mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
10 lines
206 B
TOML
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"] }
|