AoC/Cargo.toml

12 lines
186 B
TOML
Raw Normal View History

2024-12-03 15:45:33 +00: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"
regex = "1.11.1"
2024-12-06 06:46:04 +00:00
topological-sort = "0.2.2"