tek/time/Cargo.toml

14 lines
272 B
TOML

[package]
name = "tek_time"
edition = "2021"
version = "0.2.0"
[dependencies]
tek_jack = { path = "../jack" }
tek_edn = { path = "../edn" }
tek_input = { path = "../input" }
atomic_float = "1.0.0"
quanta = "0.12.3"
#jack = { path = "../rust-jack" }
#midly = "0.5"