1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 16:52:59 +01:00
actix-website/examples/http2/Cargo.toml
2023-11-01 15:21:01 +00:00

10 lines
206 B
TOML

[package]
name = "http2"
version = "1.0.0"
publish = false
edition.workspace = true
[dependencies]
actix-web = { version = "4", features = ["openssl"] }
openssl = { version = "0.10", features = ["v110"] }