aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-19 05:10:23 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-19 05:10:23 -0400
commit988296d6c9e053d632ee5610ba3432a02776b132 (patch)
tree5b5e1318e3d72b6ff21782436b17793ca2d74197 /Cargo.toml
parentfe359afea6f2d3e0138af7773469914db9a1da7a (diff)
downloadrbw-988296d6c9e053d632ee5610ba3432a02776b132.tar.gz
rbw-988296d6c9e053d632ee5610ba3432a02776b132.zip
track password history
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aeb27b9..4e3ac4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ directories = "*"
env_logger = "*"
hkdf = "*"
hmac = "*"
+humantime = "*"
log = "*"
nix = "*"
pbkdf2 = "*"