summaryrefslogtreecommitdiff
path: root/2021/rust/day02/Cargo.toml
blob: 232d0dc88a51c5bb3c28cd2e52dc4e26c6297708 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "day02"
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"