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

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