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

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