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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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