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

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