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

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