[rs] Get rid of anyhow
This commit is contained in:
parent
6dc0aef430
commit
f0669d159f
6 changed files with 8 additions and 24 deletions
7
rs/Cargo.lock
generated
7
rs/Cargo.lock
generated
|
|
@ -6,16 +6,9 @@ version = 3
|
|||
name = "advent-of-code"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
]
|
||||
|
||||
[[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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue