diff options
author | James Campos <james.r.campos@gmail.com> | 2021-03-28 01:35:32 -0700 |
---|---|---|
committer | James Campos <james.r.campos@gmail.com> | 2021-03-28 01:35:32 -0700 |
commit | 9809dc99acd2ff65358b7bbe3c1be6c303f558b7 (patch) | |
tree | 0f84c42cf6d7607ffca344d83109957166b5a9de /Cargo.toml | |
parent | b79c05312df99115d475b69eabd5961e8a4e485f (diff) | |
download | bk-9809dc99acd2ff65358b7bbe3c1be6c303f558b7.tar.gz |
remove anyhow
doesn't work on None
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |