aocrust/aoc2024/Cargo.toml
2024-12-23 19:11:47 +01:00

11 lines
187 B
TOML

[package]
name = "aoc2024"
version = "0.1.0"
edition = "2021"
[dependencies]
shared = { path = "../shared" }
regex = "1.10.2"
substring = "1.4.5"
itertools = "0.12.0"
ndarray = "0.16.1"