not needed anymore

This commit is contained in:
Bruce Leidl 2017-10-18 21:08:01 +00:00
parent 17be46827d
commit 235627da93
2 changed files with 0 additions and 21 deletions

14
ph-init/Cargo.lock generated
View File

@ -1,14 +0,0 @@
[root]
name = "ph-init"
version = "0.1.0"
dependencies = [
"libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "56cce3130fd040c28df6f495c8492e5ec5808fb4c9093c310df02b0c8f030148"

View File

@ -1,7 +0,0 @@
[package]
name = "ph-init"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
[dependencies]
libc = "0.2"