mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
fix: missing a dependency (#169)
* fix: missing a dependency * chore: sort the order of dependencies
This commit is contained in:
parent
9818e0b3c0
commit
210cfd9add
@ -18,6 +18,7 @@ weight: 250
|
||||
```toml
|
||||
[dependencies]
|
||||
actix-web = { version = "{{< actix-version "actix-web" >}}", features = ["openssl"] }
|
||||
actix-rt = "1.0.0"
|
||||
openssl = { version = "0.10", features = ["v110"] }
|
||||
```
|
||||
{{< include-example example="http2" file="main.rs" section="main" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user