[package] name = "music-theory-query" version = "1.1.1" authors = ["Cody Bloemhard "] edition = "2021" description = "Music theory queries" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/codybloemhard/music-theory" keywords = ["music", "library"] # categories = ["command-line-interface"] [lib] name = "music_theory" path = "src/lib.rs" [[bin]] name = "testbin" path = "src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fnrs = "0.1.7" itertools = "0.13.0" lapp = "0.4.0" vec-string = "0.2.0"