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

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