Files
aoc-2023/Cargo.toml

16 lines
301 B
TOML
Raw Normal View History

2023-12-03 21:20:45 +01: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]
anyhow = "1.0.75"
2023-12-21 17:37:32 +01:00
gcd = "2.3.0"
hashbrown = "0.14.3"
itertools = "0.12.0"
ndarray = "0.15.6"
num = "0.4.1"
2023-12-03 21:20:45 +01:00
regex = "1.10.2"