aoc2024/Cargo.toml

13 lines
256 B
TOML
Raw Normal View History

2024-12-01 12:54:24 +00:00
[package]
edition = "2021"
name = "aoc2024"
version = "0.1.0"
[dependencies]
2024-12-05 17:55:56 +00:00
ansi_term = "0.12"
clap = { version = "4", features = ["derive"] }
2024-12-08 14:55:00 +00:00
itertools = "0.13"
2024-12-05 17:55:56 +00:00
paste = "1"
2024-12-03 11:05:54 +00:00
regex = "1"
2024-12-01 12:54:24 +00:00
thiserror = "2"