[package] name = "macromusic" version = "0.1.0" authors = ["Pascal Hertleif "] license = "MIT OR Apache-2.0" repository = "https://github.com/killercup/macromusic" documentation = "https://docs.rs/macromusic" description = "Just a quick thing to output some silly sounds" [lib] path = "lib.rs" [[bin]] name = "midimacro" path = "main.rs" [dependencies] rodio = "0.6.0"