aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2021-03-28 01:35:32 -0700
committerJames Campos <james.r.campos@gmail.com>2021-03-28 01:35:32 -0700
commit9809dc99acd2ff65358b7bbe3c1be6c303f558b7 (patch)
tree0f84c42cf6d7607ffca344d83109957166b5a9de /Cargo.toml
parentb79c05312df99115d475b69eabd5961e8a4e485f (diff)
downloadbk-9809dc99acd2ff65358b7bbe3c1be6c303f558b7.tar.gz
remove anyhow
doesn't work on None
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae660f8..9e00bbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
-anyhow = "^1.0"
argh = "^0.1"
crossterm = "^0.19"
ron = "^0.6"