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

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