From 86f1e98e89cd183327607ad6e0371869e1a18f33 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 20 Apr 2020 05:02:04 -0400 Subject: package metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 97f3762..9bde70c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,13 @@ version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" +description = "Unofficial Bitwarden CLI" +repository = "https://git.tozt.net/rbw" +readme = "README.md" +keywords = ["bitwarden"] +categories = ["command-line-utilities", "cryptography"] +license = "MIT" + [dependencies] aes = "0.3" anyhow = "1.0" -- cgit v1.2.3-54-g00ecf