mirror of
https://github.com/actix/actix-website
synced 2024-11-24 08:43:01 +01:00
13 lines
216 B
TOML
13 lines
216 B
TOML
[package]
|
|
name = "server"
|
|
version = "1.0.0"
|
|
workspace = "../"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-rt = "0.2"
|
|
actix-web = { version = "1.0", features = ["ssl"] }
|
|
futures = "0.1"
|
|
openssl = "0.10"
|
|
actix-http = "0.2"
|