[rs] Get rid of anyhow

This commit is contained in:
Joscha 2022-12-03 13:06:20 +01:00
parent 6dc0aef430
commit f0669d159f
6 changed files with 8 additions and 24 deletions

View file

@ -3,8 +3,5 @@ name = "advent-of-code"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.29", features = ["derive", "deprecated"] }