summaryrefslogtreecommitdiff
path: root/2024/06/rust/Cargo.toml
blob: f47871941e6b0ed56b1993ae81fa62710ceebfbc (plain)
1
2
3
4
5
6
7
[package]
name = "aoc_2024-06"
version = "0.1.0"
edition = "2021"

[dependencies]
aoc = { version = "0.1.0", path = "../../../lib/rust" }