10 lines
150 B
TOML
10 lines
150 B
TOML
|
[package]
|
||
|
name = "pH"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
byteorder="1.0.0"
|
||
|
libc = "*"
|
||
|
termios = "0.2.2"
|