polyrhythmix/Cargo.toml

14 lines
231 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 = "*"