polyrhythmix/Cargo.toml

17 lines
337 B
TOML
Raw Normal View History

2023-05-02 12:06:08 +00:00
[package]
name = "poly"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "main"
path = "src/bin/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "*"
2023-05-05 14:44:28 +00:00
midly = "0.5.3"
2023-05-08 16:26:25 +00:00
derive_more = "*"
2023-05-15 15:45:36 +00:00
clap = { version = "4.2.7", features = ["derive"] }
dyn-clone = "1.0.11"