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

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