1
0
Fork 0

Solve day 5

This commit is contained in:
Lars Martens 2023-12-05 12:36:46 +01:00
parent 0029059c73
commit bed3d58260
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
3 changed files with 238 additions and 1 deletions

View file

@ -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"