16 lines
301 B
TOML
16 lines
301 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"
|
|
regex = "1.10.2"
|