1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

13 lines
216 B
TOML
Raw Normal View History

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