summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-24 23:13:52 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-25 00:57:55 +0100
commit2793ae353771d1e9f88381b01493836164023f4d (patch)
treedb28b46a4ff07ac5bcccfaa45bc4264c14c98242 /Cargo.toml
parent35ea28801ed4473b5d74e24ddd3340abb1d12f57 (diff)
docker: fix dockerfile
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"