2024-10-01 23:20:35 +00:00
|
|
|
[package]
|
|
|
|
authors = ["ReactorScram"]
|
2024-10-01 23:28:32 +00:00
|
|
|
categories = ["command-line-utilities"]
|
2024-10-01 23:20:35 +00:00
|
|
|
description = "A diceware passphrase generator"
|
|
|
|
edition = "2021"
|
2024-10-01 23:28:32 +00:00
|
|
|
keywords = ["passphrase", "password"]
|
2024-10-01 23:20:35 +00:00
|
|
|
license = "AGPL-3.0"
|
|
|
|
name = "division_of_one"
|
|
|
|
repository = "https://six-five-six-four.com/git/reactor/division_of_one"
|
2025-01-25 21:49:17 +00:00
|
|
|
version = "0.1.2"
|
2024-10-01 23:20:35 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rand = "0.8.5"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
codegen-units = 1
|
|
|
|
lto = "fat"
|
|
|
|
strip = true
|