mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
11 lines
174 B
TOML
11 lines
174 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.7.0"
|
|
workspace = "../"
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
actix-web = { version="0.7", features=["alpn"] }
|
|
futures = "0.1"
|
|
openssl = "0.10"
|