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

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