From 85e3c46466119c94724a7b48d22eda7e50538505 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Apr 2020 16:03:30 -0400 Subject: add password generation --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8bd73cd..526d8f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ anyhow = "*" arrayvec = "*" base64 = "*" block-modes = "*" +chbs = "*" clap = "*" daemonize = "*" directories = "*" @@ -19,6 +20,7 @@ hmac = "*" log = "*" nix = "*" pbkdf2 = "*" +rand = "*" region = "*" reqwest = { version = "*", features = ["blocking", "json"] } serde = { version = "*", features = ["derive"] } -- cgit v1.2.3-54-g00ecf