mirror of
https://github.com/dredozubov/polyrhythmix.git
synced 2024-11-22 03:47:43 +00:00
17 lines
No EOL
337 B
TOML
17 lines
No EOL
337 B
TOML
[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 = "*"
|
|
midly = "0.5.3"
|
|
derive_more = "*"
|
|
clap = { version = "4.2.7", features = ["derive"] }
|
|
dyn-clone = "1.0.11" |