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

12 lines
197 B
TOML
Raw Normal View History

2018-05-24 05:39:15 +02:00
[package]
name = "server"
2018-07-21 14:21:41 +02:00
version = "0.7.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"