aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee5552b..f90dbf2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"