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:
8
examples/http2/Cargo.toml
Normal file
8
examples/http2/Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user