mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
A small fix for the example set up of SSL (#119)
* openssl is missing in the dependencies
This commit is contained in:
parent
b1d2fd8fa1
commit
73b0ac0702
@ -55,6 +55,7 @@ for `rust-tls` integration and `ssl` is for `openssl`.
|
||||
```toml
|
||||
[dependencies]
|
||||
actix-web = { version = "{{< actix-version "actix-web" >}}", features = ["ssl"] }
|
||||
openssl = { version="0.10" }
|
||||
```
|
||||
|
||||
{{< include-example example="server" file="ssl.rs" section="ssl" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user