password-script/Cargo.toml

17 lines
310 B
TOML
Raw Permalink Normal View History

2021-06-03 21:53:52 +00:00
[package]
name = "dw"
version = "0.1.0"
authors = ["Emi Simpson <emi@alchemi.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chbs = "0.1.0"
[profile.release]
opt-level = "s"
lto = true
panic = "abort"
codegen-units = 1