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

10 lines
206 B
TOML
Raw Normal View History

2019-06-18 00:31:10 +02:00
[package]
2019-06-18 23:17:43 +02:00
name = "http2"
version = "1.0.0"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
2019-06-18 00:31:10 +02:00
[dependencies]
2022-02-26 06:22:21 +01:00
actix-web = { version = "4", features = ["openssl"] }
2019-06-18 00:31:10 +02:00
openssl = { version = "0.10", features = ["v110"] }