1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 08:34:35 +01:00

11 lines
174 B
TOML
Raw Normal View History

2018-05-23 20:39:15 -07:00
[package]
name = "server"
2018-07-21 05:21:41 -07:00
version = "0.7.0"
2018-05-23 20:39:15 -07:00
workspace = "../"
[dependencies]
2018-07-21 05:21:41 -07:00
actix = "0.7"
actix-web = { version="0.7", features=["alpn"] }
2018-05-23 20:39:15 -07:00
futures = "0.1"
openssl = "0.10"