Files
aoc-2023/Cargo.toml
2023-12-28 13:47:30 +01:00

17 lines
316 B
TOML

[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]
anyhow = "1.0.75"
gcd = "2.3.0"
hashbrown = "0.14.3"
itertools = "0.12.0"
ndarray = "0.15.6"
num = "0.4.1"
rand = "0.8.5"
regex = "1.10.2"