aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-03 02:53:40 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-03 02:53:40 -0400
commitaafefa7f344441c709198e16cd07da11b4651a98 (patch)
tree70253bada8b8b5541125257706d72b580fc9cea9 /Cargo.toml
parent1b0b0e9eaa546f50f6916cc631edaaa7dc8442e8 (diff)
downloadrbw-aafefa7f344441c709198e16cd07da11b4651a98.tar.gz
rbw-aafefa7f344441c709198e16cd07da11b4651a98.zip
also make the agent store decrypted org keys in memory
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 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"] }