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

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