pH/rust/Cargo.toml

20 lines
275 B
TOML

[package]
name = "pH"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
[[bin]]
name="pH"
path="src/main.rs"
[[bin]]
name="ph-init"
path="src/init/main.rs"
[dependencies]
byteorder="1.0.0"
libc = "*"
termios = "0.2.2"
lazy_static = "1.4.0"