diff --git a/ph-init/Cargo.lock b/ph-init/Cargo.lock deleted file mode 100644 index 50ccd65..0000000 --- a/ph-init/Cargo.lock +++ /dev/null @@ -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" diff --git a/ph-init/Cargo.toml b/ph-init/Cargo.toml deleted file mode 100644 index 941de73..0000000 --- a/ph-init/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "ph-init" -version = "0.1.0" -authors = ["Bruce Leidl "] - -[dependencies] -libc = "0.2"