1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-15 21:12:54 +01:00
actix-web/examples/tls/Cargo.toml

16 lines
291 B
TOML
Raw Permalink Normal View History

[package]
2017-11-08 20:29:48 -08:00
name = "tls-example"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2017-12-31 21:55:25 -08:00
workspace = "../.."
[[bin]]
name = "server"
path = "src/main.rs"
[dependencies]
2018-01-20 21:11:46 -08:00
env_logger = "0.5"
2018-02-17 13:33:38 -08:00
actix = "0.5"
2018-01-13 19:04:07 -08:00
actix-web = { path = "../../", features=["alpn"] }
2018-01-30 11:17:17 -08:00
openssl = { version="0.10" }