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

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