noptica-rs/Cargo.toml

22 lines
352 B
TOML
Raw Normal View History

2019-08-22 16:07:12 +08:00
[package]
name = "noptica-rs"
version = "0.1.0"
authors = ["Sebastien Bourdeauducq <sb@m-labs.hk>"]
edition = "2018"
2019-10-22 16:49:34 +08:00
[[bin]]
name = "simple-dmi"
path = "src/simple-dmi.rs"
[[bin]]
name = "wavemeter"
path = "src/wavemeter.rs"
2019-08-22 16:07:12 +08:00
[dependencies]
num-traits = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
argparse = "0.2.2"
2019-11-16 13:46:52 +08:00
biquad = "0.3.0"