A better layout with both binaries in a single crate
This commit is contained in:
parent
0713cbce69
commit
eb6a99eb90
0
ph/Cargo.lock → rust/Cargo.lock
generated
0
ph/Cargo.lock → rust/Cargo.lock
generated
@ -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 = "*"
|
Loading…
Reference in New Issue
Block a user