A better layout with both binaries in a single crate

This commit is contained in:
Bruce Leidl 2017-10-18 20:32:04 +00:00
parent 0713cbce69
commit eb6a99eb90
43 changed files with 8 additions and 0 deletions

View File

View File

@ -3,6 +3,14 @@ name = "pH"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
[[bin]]
name="pH"
path="src/main.rs"
[[bin]]
name="ph-init"
path="src/init/main.rs"
[dependencies]
byteorder="1.0.0"
libc = "*"