summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01b1764..55886f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,8 @@ authors = ["Santo Cariotti <santo@dcariotti.me>"]
edition = "2018"
[dependencies]
+openssl = { version = "0.10", features = ["vendored"] }
+
actix-rt = "1.0.0"
actix-web = "3.0.0"
actix-http = "1.0.1"