aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-06-20 23:44:32 -0700
committerJames Campos <james.r.campos@gmail.com>2020-06-20 23:44:32 -0700
commitdec535da812928d6dc0036e7f4760af17774dcbf (patch)
treec539d22421b097866d65365d11c0d4b25b296829 /Cargo.toml
parent1f5e2fb51c313c7534217735d21becef745928aa (diff)
downloadbk-dec535da812928d6dc0036e7f4760af17774dcbf.tar.gz
misc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6219287..d204c03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,11 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
-argh = "0.1"
-crossterm = "0.17"
-roxmltree = "0.11"
+argh = "0"
+crossterm = "0"
+roxmltree = "0"
[dependencies.zip]
-version = "0.5"
+version = "0"
default-features = false
features = ["deflate"]