summaryrefslogtreecommitdiff
path: root/2021/rust/day07/Cargo.toml
blob: 645ee26273252ebe5dd5991e196056d5ae968772 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "day07"
version = "0.1.0"
authors = ["cos <cos>"]
edition = "2021"

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