advent-of-code/2023/Cargo.toml

12 lines
238 B
TOML
Raw Permalink Normal View History

2023-12-01 15:05:28 +00:00
[package]
name = "aoc-2023"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-20 01:52:27 +00:00
nom = "7.1.3"
2023-12-06 13:21:16 +00:00
pariter = { version = "0.5" }
2023-12-20 01:52:27 +00:00
regex = "1.10.2"