music-theory-query 0.1.13

Music theory queries
Documentation
[package]
name = "music-theory-query"
version = "0.1.13"
authors = ["Cody Bloemhard <cblmhrd@live.nl>"]
edition = "2018"
description = "Music theory queries"
readme = "README.md"
license = "GPL-3.0"
# keywords = ["text"]
# 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.4"
lapp = "0.4.0"