aboutsummaryrefslogtreecommitdiffstats
path: root/src/18/Cargo.toml
blob: c070c0ef265451854d33e233d3214e8844a70cfc (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "day18"
version = "0.1.0"
edition = "2021"

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