commit b69152079580605d52070ada63793464d00502c1 parent 88613a79b7feaa4128bb8a2ef69abc463707fe61 Author: Yuval Langer <yuval.langer@gmail.com> Date: Wed, 17 Oct 2018 13:21:47 +0300 Add metadata in Cargo file Diffstat:
M | Cargo.toml | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -5,7 +5,9 @@ authors = ["Yuval Langer <yuval.langer@gmail.com>"] build = "build.rs" license = "AGPL-3.0" repository = "https://gitlab.com/yuvallanger/rusty-diceware" -description = "" +description = "A command line diceware, sans dice." +keywords = ["diceware", "password", "passphrase", "generator"] +readme = "README.md" [dependencies]