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
2019-12-29 03:32:56 +09:00

13 lines
222 B
TOML

[package]
name = "server"
version = "1.0.0"
workspace = "../"
edition = "2018"
[dependencies]
actix-rt = "1.0"
actix-web = { version = "2.0", features = ["openssl"] }
futures = "0.3.1"
openssl = "0.10"
actix-http = "1.0"