pounder_test/dsp/Cargo.toml

25 lines
455 B
TOML
Raw Normal View History

2020-11-22 23:45:32 +08:00
[package]
name = "dsp"
version = "0.1.0"
authors = ["Robert Jördens <rj@quartiq.de>"]
edition = "2018"
[dependencies]
2020-11-23 06:34:38 +08:00
libm = "0.2.1"
2020-11-22 23:45:32 +08:00
serde = { version = "1.0", features = ["derive"], default-features = false }
2021-01-27 02:14:23 +08:00
serde-json-core = "0.1"
[dependencies.miniconf]
2021-01-28 01:15:35 +08:00
git = "https://github.com/vertigo-designs/miniconf.git"
2021-01-30 22:00:58 +08:00
branch = "feature/mqtt-interface"
2020-11-26 21:19:09 +08:00
2020-12-11 22:19:13 +08:00
[dev-dependencies]
criterion = "0.3"
[[bench]]
2020-12-18 06:01:57 +08:00
name = "trig"
2020-12-11 22:19:13 +08:00
harness = false
2020-11-26 21:19:09 +08:00
[features]
nightly = []