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

11 lines
243 B
TOML

[package]
name = "aoc2024-02"
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"}
itertools = "0.12.1"