aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-25 03:53:02 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-25 04:10:20 -0400
commit56e9b720bade5dcdc6505952c1bf81bdeca26bcd (patch)
treee85f8e09e258a1a86b6c905c6c8772d9c27fef24 /Cargo.toml
parentc5d01a97ae4fda0871c8fd49777be325376ba5df (diff)
downloadrbw-56e9b720bade5dcdc6505952c1bf81bdeca26bcd.tar.gz
rbw-56e9b720bade5dcdc6505952c1bf81bdeca26bcd.zip
also display the totp code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index de2eca5..dddd743 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ aes = "0.4"
anyhow = "1.0"
arrayvec = "0.5"
async-trait = "0.1"
+base32 = "0.4"
base64 = "0.12"
block-modes = "0.4"
chbs = "0.0.10"
@@ -26,6 +27,7 @@ humantime = "2.0"
libc = "0.2"
log = "0.4"
nix = "0.17"
+oath = "0.10"
openssl = "0.10"
paw = "1.0"
percent-encoding = "2.1"