1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00

fix: missing a dependency (#169)

* fix: missing a dependency

* chore: sort the order of dependencies
This commit is contained in:
Toru Kobayashi 2020-04-08 22:28:28 +09:00 committed by GitHub
parent 9818e0b3c0
commit 210cfd9add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ weight: 250
```toml ```toml
[dependencies] [dependencies]
actix-web = { version = "{{< actix-version "actix-web" >}}", features = ["openssl"] } actix-web = { version = "{{< actix-version "actix-web" >}}", features = ["openssl"] }
actix-rt = "1.0.0"
openssl = { version = "0.10", features = ["v110"] } openssl = { version = "0.10", features = ["v110"] }
``` ```
{{< include-example example="http2" file="main.rs" section="main" >}} {{< include-example example="http2" file="main.rs" section="main" >}}