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

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