diff options
Diffstat (limited to 'evc/Cargo.lock')
-rw-r--r-- | evc/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/evc/Cargo.lock b/evc/Cargo.lock index 06f5cb2..84e5513 100644 --- a/evc/Cargo.lock +++ b/evc/Cargo.lock @@ -3,6 +3,12 @@ version = 3 [[package]] +name = "anyhow" +version = "1.0.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" + +[[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -76,6 +82,7 @@ dependencies = [ name = "evc" version = "0.1.0" dependencies = [ + "anyhow", "clap", ] |