aocrust/aoc2024/Cargo.toml
2024-12-02 23:14:39 +01:00

10 lines
168 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"