aoc2023/day5/Cargo.toml
2023-12-07 11:57:53 +01:00

11 lines
212 B
TOML

[package]
name = "day5"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
itertools = "0.12.0"