1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/server/Cargo.toml
2019-06-19 20:26:25 -04:00

13 lines
216 B
TOML

[package]
name = "server"
version = "1.0.0"
workspace = "../"
edition = "2018"
[dependencies]
actix-rt = "0.2"
actix-web = { version = "1.0", features = ["ssl"] }
futures = "0.1"
openssl = "0.10"
actix-http = "0.2"