summaryrefslogtreecommitdiff
path: root/aoc22/day8/Cargo.toml
blob: d9b0e54b2d4f1cd84c2a492e2bfcef3878ea0bfe (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "day8"
version = "0.1.0"
edition = "2021"

[dependencies]
lib = { path = "../lib" }