advent-of-code-2023/day-20/Cargo.toml

14 lines
253 B
TOML
Raw Permalink Normal View History

2023-12-20 16:22:42 +01:00
[package]
name = "day-20"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom.workspace = true
num = "0.4.1"
[dev-dependencies]
indoc.workspace = true