aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-07-10 05:38:52 -0700
committerJames Campos <james.r.campos@gmail.com>2020-07-10 05:38:52 -0700
commit8bd01b478180523fb738416f5d74089a1b1e2782 (patch)
treec15e508836c804244b5f5cecf782740970c9c69a /Cargo.toml
parentbf02f5e92a9793e2b9c153feeed50d26558a0b94 (diff)
downloadbk-8bd01b478180523fb738416f5d74089a1b1e2782.tar.gz
ron
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d204c03..09d7b1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,12 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
+anyhow = "1"
argh = "0"
crossterm = "0"
+ron = "0"
roxmltree = "0"
+serde = "1"
[dependencies.zip]
version = "0"