aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97d19d9..d217d4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,10 +11,11 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
-crossterm = "0.17"
-roxmltree = "0.11"
+crossterm = "*"
+pico-args = "*"
+roxmltree = "*"
[dependencies.zip]
-version = "0.5"
+version = "*"
default-features = false
features = ["deflate"]