From bc18bca5c67b4a678a31198877e39d57d97b1e0c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Apr 2020 06:35:30 -0400 Subject: factor out into an agent --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c9be52f..d4743ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ edition = "2018" aes = "*" base64 = "*" block-modes = "*" +directories = "*" +fs2 = "*" hkdf = "*" hmac = "*" pbkdf2 = "*" @@ -15,6 +17,8 @@ reqwest = { version = "*", features = ["blocking", "json"] } rpassword = "*" rprompt = "*" serde = { version = "*", features = ["derive"] } +serde_json = "*" sha2 = "*" snafu = "*" +tokio = { version = "*", features = ["full"] } uuid = { version = "*", features = ["v4"] } -- cgit v1.2.3-54-g00ecf