summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-04-18 20:54:20 +0200
committerFelix <me@nutomic.com>2020-04-18 20:54:20 +0200
commit8daf72278d6c9fdd18ad2bf8c45ea4d25c428bad (patch)
treebdc2b3ad6e44d1a1ac092f14141e3d6ffdfcc3b8 /server/Cargo.toml
parent0199b5f169d32d4ccd19751e12dcaa61a957e787 (diff)
Add http signature to outgoing apub requests
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 03bbfbee..8bd170ef 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -39,3 +39,6 @@ percent-encoding = "2.1.0"
isahc = "0.9"
comrak = "0.7"
openssl = "0.10"
+http = "0.2.1"
+http-signature-normalization = "0.4.1"
+base64 = "0.12.0"