summaryrefslogtreecommitdiff
path: root/2022/rust/day04/Cargo.toml
blob: b418e99fac7393a820db1f72fd244ebb58240216 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "day04"
version = "0.1.0"
edition = "2021"

[dependencies]
aoc = { path = "../../../common/rust/aoc" }
anyhow = "1.0"
regex = "1.7.0"