aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-20 05:02:04 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-20 05:02:04 -0400
commit86f1e98e89cd183327607ad6e0371869e1a18f33 (patch)
treea47370c51163a07ec2438d8b8797a7bca019d022 /Cargo.toml
parent3bec9c36d088c51f41d5fadb6c0da17fcc4e9c6e (diff)
downloadrbw-86f1e98e89cd183327607ad6e0371869e1a18f33.tar.gz
rbw-86f1e98e89cd183327607ad6e0371869e1a18f33.zip
package metadatav0.1.00.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <doy@tozt.net>"]
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"