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

[dependencies]
aoc = { path = "../common/aoc" }
priority-queue = "1.3.1"