Solve day 5
This commit is contained in:
parent
0029059c73
commit
bed3d58260
3 changed files with 238 additions and 1 deletions
|
@ -5,7 +5,9 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
indicatif = { version = "0.17.7", features = ["rayon"] }
|
||||
itertools = "0.12.0"
|
||||
rayon = "1.8.0"
|
||||
regex = "1.10.2"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue