1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 16:52:59 +01:00
actix-website/examples/server/Cargo.toml

13 lines
216 B
TOML
Raw Normal View History

2018-05-24 05:39:15 +02:00
[package]
name = "server"
version = "1.0.0"
2018-05-24 05:39:15 +02:00
workspace = "../"
2019-06-13 23:10:51 +02:00
edition = "2018"
2018-05-24 05:39:15 +02:00
[dependencies]
2019-06-13 23:10:51 +02:00
actix-rt = "0.2"
actix-web = { version = "1.0", features = ["ssl"] }
2018-05-24 05:39:15 +02:00
futures = "0.1"
openssl = "0.10"
actix-http = "0.2"