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

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