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

10 lines
196 B
TOML
Raw Normal View History

2023-12-03 19:53:44 +01:00
[package]
name = "day-03"
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