aoc2023/day4/Cargo.toml
2023-12-07 11:57:25 +01:00

12 lines
229 B
TOML

[package]
name = "day4"
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"
itertools = "0.12.0"
regex = "1.10.2"