From aafefa7f344441c709198e16cd07da11b4651a98 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 May 2020 02:53:40 -0400 Subject: also make the agent store decrypted org keys in memory --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 52dcb75..b734472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ env_logger = "0.7" humantime = "1.3" log = "0.4" nix = "0.17" +openssl = "0.10" rand = "0.7" region = "2.1" reqwest = { version = "0.10", features = ["blocking", "json"] } -- cgit v1.2.3-54-g00ecf