AoC/aoc_2024/Cargo.toml

15 lines
243 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"
2024-12-08 13:54:14 +00:00
hashbrown = "0.15.2"
2024-12-03 15:45:33 +00:00
nom = "7.1.3"
2024-12-08 09:54:48 +00:00
num = "0.4.3"
num-modular = "0.6.1"
2024-12-03 15:45:33 +00:00
regex = "1.11.1"
2024-12-06 06:46:04 +00:00
topological-sort = "0.2.2"