Files
aoc2023/01/Cargo.toml
T
2024-01-31 14:25:08 +01:00

10 lines
222 B
TOML

[package]
name = "aoc2024-01"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aoc = {version = "*", path = "../lib/aoc"}