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"
|
version = "0.1.0"
|
||||||
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name="pH"
|
||||||
|
path="src/main.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name="ph-init"
|
||||||
|
path="src/init/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder="1.0.0"
|
byteorder="1.0.0"
|
||||||
libc = "*"
|
libc = "*"
|
Loading…
Reference in New Issue
Block a user