diff options
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,11 +1,3 @@ -[root] -name = "passextract" -version = "0.3.0" -dependencies = [ - "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "block" version = "0.1.6" @@ -92,6 +84,14 @@ dependencies = [ ] [[package]] +name = "passextract" +version = "0.3.0" +dependencies = [ + "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] name = "pkg-config" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" |