advent-of-code/helper/Cargo.toml
2023-12-03 14:52:38 +01:00

11 lines
272 B
TOML

[package]
name = "helper"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.10", features = ["string"] }
divan.workspace = true
nom.workspace = true