summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c2a1f30..c28ac01 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -105,10 +105,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe1d7dcda7d1da79e444bdfba1465f2f849a58b07774e1df473ee77030cb47a7"
[[package]]
+name = "configparser"
+version = "3.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e57e3272f0190c3f1584272d613719ba5fc7df7f4942fe542e63d949cf3a649b"
+
+[[package]]
name = "grit"
version = "0.1.0"
dependencies = [
"clap",
+ "configparser 3.1.0",
"ini",
]
@@ -124,7 +131,7 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9271a5dfd4228fa56a78d7508a35c321639cc71f783bb7a5723552add87bce"
dependencies = [
- "configparser",
+ "configparser 1.0.0",
]
[[package]]