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

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