AoC/aoc_2024/Cargo.toml

13 lines
203 B
TOML
Raw Normal View History

2024-12-03 16:45:33 +01:00
[package]
name = "aoc_2024"
version = "0.1.0"
edition = "2021"
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
nom = "7.1.3"
2024-12-06 17:54:34 +01:00
rayon = "1.10.0"
2024-12-03 16:45:33 +01:00
regex = "1.11.1"
2024-12-06 07:46:04 +01:00
topological-sort = "0.2.2"