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

13 lines
214 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
2024-03-02 18:30:54 +01:00
# <deps>
2019-06-18 00:31:10 +02:00
[dependencies]
2024-03-02 18:30:54 +01:00
actix-web = { version = "4", features = ["rustls-0_22"] }
rustls = "0.22"
rustls-pemfile = "2"
# </deps>