advent-of-code/helper/Cargo.toml
2024-11-10 16:43:01 +01:00

11 lines
258 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 = "0.1.4"
nom = "7.1.3"