Pass2Gen/Cargo.toml

15 lines
267 B
TOML
Raw Permalink Normal View History

2023-06-13 00:33:29 +02:00
[package]
name = "pass2gen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
rand = "0.8.5"
[profile.release]
opt-level = 3
strip = true
2023-06-29 23:15:06 +02:00
debug = false