summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 8bd170ef..5f4d24ce 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -42,3 +42,5 @@ openssl = "0.10"
http = "0.2.1"
http-signature-normalization = "0.4.1"
base64 = "0.12.0"
+tokio = "0.2.18"
+futures = "0.3.4"