aocrust/aoc2023/Cargo.toml
2023-12-11 17:04:59 +01:00

10 lines
No EOL
167 B
TOML

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