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

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