2017-10-15 22:36:00 -04:00
|
|
|
[package]
|
|
|
|
name = "pH"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
2019-08-29 19:43:26 -04:00
|
|
|
edition = "2018"
|
2017-10-15 22:36:00 -04:00
|
|
|
|
2017-10-18 16:32:04 -04:00
|
|
|
[[bin]]
|
|
|
|
name="pH"
|
|
|
|
path="src/main.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name="ph-init"
|
|
|
|
path="src/init/main.rs"
|
|
|
|
|
2017-10-15 22:36:00 -04:00
|
|
|
[dependencies]
|
|
|
|
byteorder="1.0.0"
|
|
|
|
libc = "*"
|
|
|
|
termios = "0.2.2"
|
2019-09-11 16:32:21 -04:00
|
|
|
lazy_static = "1.4.0"
|
2019-09-20 16:25:47 -04:00
|
|
|
libcitadel = { git = "https://github.com/brl/citadel-tools", rev="4ce5d439d8ec4ba7cea03e18bac208a3aff0c707" }
|