1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 08:34:35 +01:00

10 lines
201 B
TOML
Raw Normal View History

2019-06-17 18:31:10 -04:00
[package]
2019-06-18 17:17:43 -04:00
name = "http2"
version = "1.0.0"
2019-06-17 18:31:10 -04:00
edition = "2018"
[dependencies]
2019-12-29 01:37:19 +09:00
actix-web = { version = "2.0", features = ["openssl"] }
actix-rt = "1.0"
2019-06-17 18:31:10 -04:00
openssl = { version = "0.10", features = ["v110"] }