summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-03 00:12:05 -0400
committerDessalines <tyhou13@gmx.com>2020-04-03 00:12:05 -0400
commit9197b39ed6f19b536510318b5446ec2ebb303396 (patch)
tree498b8b147afb7be11bc2b8e2fce52bb4eaafb309 /server/Cargo.toml
parent32b0275257053d2a7ebc696bae075f5918910d48 (diff)
Federation DB Changes.
- Creating an activity table. - Adding some federation-related columns to the user_ and community tables. - Generating the actor_id and keys in code, updating the tables.
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 1455428d..d94d5640 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -38,3 +38,4 @@ url = "2.1.1"
percent-encoding = "2.1.0"
isahc = "0.9"
comrak = "0.7"
+openssl = "0.10"