1
0
Fork 0
aoc2023/Cargo.toml
2023-12-05 12:36:46 +01:00

13 lines
285 B
TOML

[package]
name = "aoc2023"
version = "0.0.0"
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"