1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/tls/Cargo.toml

17 lines
319 B
TOML
Raw Normal View History

[package]
name = "tls-example"
2019-03-07 08:16:56 +01:00
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-03-07 08:16:56 +01:00
edition = "2018"
workspace = ".."
[[bin]]
name = "tls-server"
path = "src/main.rs"
[dependencies]
2019-03-07 08:16:56 +01:00
actix-rt = "0.2"
2019-04-04 20:37:14 +02:00
actix-web = { version="1.0.0-alpha.3", features=["ssl"] }
2019-03-29 21:43:03 +01:00
env_logger = "0.6"
openssl = { version="0.10" }