diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-04-06 20:40:44 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-04-06 20:40:44 +0200 |
| commit | fc85f34301a99e404433650f3f4cd4d4ed24ec3b (patch) | |
| tree | ae48cbb217202a77f09410a3003d9756bad79983 /Cargo.lock | |
| parent | b555f2105f7e2e8c402e995205e214d46ab24686 (diff) | |
| download | mum-fc85f34301a99e404433650f3f4cd4d4ed24ec3b.tar.gz | |
remove anyhow
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -32,12 +32,6 @@ dependencies = [ ] [[package]] -name = "anyhow" -version = "1.0.40" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" - -[[package]] name = "arrayref" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -849,7 +843,6 @@ dependencies = [ name = "mumctl" version = "0.3.0" dependencies = [ - "anyhow", "bincode", "colored", "log", |
