1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-13 04:05:25 +01:00
actix-web/examples/tls/Cargo.toml

15 lines
265 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-01-07 19:40:42 -08:00
actix = "^0.4.2"
2018-01-13 19:04:07 -08:00
actix-web = { path = "../../", features=["alpn"] }