1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/tls/Cargo.toml
2019-06-06 16:47:40 +06:00

17 lines
311 B
TOML

[package]
name = "tls-example"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
workspace = ".."
[[bin]]
name = "tls-server"
path = "src/main.rs"
[dependencies]
actix-rt = "0.2"
actix-web = { version="1.0.0", features=["ssl"] }
env_logger = "0.6"
openssl = { version="0.10" }