diff --git a/Cargo.toml b/Cargo.toml index 70d0fc9..df5edfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "diceware" -description = "Rust crate and CLI for generating strong Diceware passphrases." version = "1.0.1" +description = "Rust crate and CLI for generating strong Diceware passphrases." +authors = ["Vladislav Mamon "] edition = "2021" license = "MIT"