unnieversal/crates/utils/Cargo.toml

13 lines
305 B
TOML

[package]
name = "utils"
version = "0.1.0"
edition = "2018"
[dependencies]
pitch-detection = { git = "https://github.com/alesgenova/pitch-detection", rev = "774d8ab2e6cdf8ff22a4c9b2f0a4a900b971c635" }
simplelog = "0.10.0"
log = "0.4.14"
log-panics = "2.0.0"
dirs = "3.0.2"
pvoc = { path = "../pvoc-rs" }