advent-of-code-2022/day03-gen-problem/Cargo.toml

14 lines
279 B
TOML
Raw Permalink Normal View History

2022-12-03 12:29:46 +01:00
[package]
name = "day03-gen-problem"
version = "0.1.0"
edition = "2021"
2022-12-03 12:36:59 +01:00
[package.metadata.nix]
build = true
app = true
2022-12-03 12:29:46 +01:00
[dependencies]
clap = { version = "4.0.29", features = ["derive", "wrap_help"] }
lazy_static = "1.4.0"
rand = { version = "0.8.5", features = ["small_rng"] }