1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

11 lines
182 B
TOML
Raw Normal View History

2018-05-23 20:39:15 -07:00
[package]
name = "server"
version = "1.0.0"
2018-05-23 20:39:15 -07:00
workspace = "../"
2019-06-13 17:10:51 -04:00
edition = "2018"
2018-05-23 20:39:15 -07:00
[dependencies]
2020-09-12 16:21:54 +01:00
actix-web = { version = "3", features = ["openssl"] }
futures = "0.3"
2018-05-23 20:39:15 -07:00
openssl = "0.10"