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

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