aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-06-14 12:22:10 -0700
committerJames Campos <james.r.campos@gmail.com>2020-06-14 12:22:10 -0700
commit1b8a8b27f7e79d68583e8eef5d15c33f7dd9a955 (patch)
tree00c9452adf19126331f54db343a8d8a3add12f8e /Cargo.toml
parentfab97b4d390a1a755b72d24a3d93eb2085b4f441 (diff)
downloadbk-1b8a8b27f7e79d68583e8eef5d15c33f7dd9a955.tar.gz
pico -> argh
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d217d4e..de90ce7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,8 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
+argh = "*"
crossterm = "*"
-pico-args = "*"
roxmltree = "*"
[dependencies.zip]