From 0f13f2c6d11934bbaceca4dac4c3ba428aae72b7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 7 Apr 2020 00:15:40 -0400 Subject: make the command line tool automatically spawn the agent --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cfd4bfb..fb4a51c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,17 +6,19 @@ edition = "2018" [dependencies] aes = "*" +anyhow = "*" base64 = "*" block-modes = "*" clap = "*" +daemonize = "*" directories = "*" -fs2 = "*" +env_logger = "*" hkdf = "*" hmac = "*" +log = "*" +nix = "*" pbkdf2 = "*" reqwest = { version = "*", features = ["blocking", "json"] } -rpassword = "*" -rprompt = "*" serde = { version = "*", features = ["derive"] } serde_json = "*" sha2 = "*" -- cgit v1.2.3-54-g00ecf