division_of_one/Cargo.toml

17 lines
332 B
TOML

[package]
authors = ["ReactorScram"]
description = "A diceware passphrase generator"
edition = "2021"
license = "AGPL-3.0"
name = "division_of_one"
repository = "https://six-five-six-four.com/git/reactor/division_of_one"
version = "0.1.0"
[dependencies]
rand = "0.8.5"
[profile.release]
codegen-units = 1
lto = "fat"
strip = true