1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Updates http2 chapter after testing.

This commit is contained in:
Cameron Dershem
2019-06-18 17:17:43 -04:00
parent 1e8cdcd324
commit e20f6d9d56
4 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,8 @@
[package]
name = "http2"
version = "0.1.0"
edition = "2018"
[dependencies]
actix-web = { version = "1.0", features = ["ssl"] }
openssl = { version = "0.10", features = ["v110"] }