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

11 lines
174 B
TOML
Raw Normal View History

2018-05-24 05:39:15 +02:00
[package]
name = "server"
version = "0.6.0"
workspace = "../"
[dependencies]
actix = "0.5"
actix-web = { version="0.6", features=["alpn"] }
futures = "0.1"
openssl = "0.10"