advent-of-code-2022/day03-gen-problem/Cargo.toml
2022-12-03 12:36:59 +01:00

14 lines
279 B
TOML

[package]
name = "day03-gen-problem"
version = "0.1.0"
edition = "2021"
[package.metadata.nix]
build = true
app = true
[dependencies]
clap = { version = "4.0.29", features = ["derive", "wrap_help"] }
lazy_static = "1.4.0"
rand = { version = "0.8.5", features = ["small_rng"] }