1
0
Fork 0
aoc2022/Cargo.toml
2022-12-15 23:42:37 +01:00

12 lines
229 B
TOML

[package]
name = "aoc2022"
version = "0.0.0"
edition = "2021"
[dependencies]
indicatif = "0.17.2"
itertools = "0.10.5"
rayon = "1.6.1"
regex = "1.7.0"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"