AoC/2023/Cargo.toml

13 lines
263 B
TOML
Raw Normal View History

2024-12-25 12:52:38 +01:00
[package]
name = "aoc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.10.2"
nom = "7"
itertools = "0.12.0"
linked-hash-map = "0.5.6"
array2d = "0.3.2"