1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

11 lines
219 B
TOML
Raw Normal View History

2018-05-23 20:39:15 -07:00
[package]
name = "server"
version = "1.0.0"
2023-11-01 15:11:40 +00:00
publish = false
edition.workspace = true
2018-05-23 20:39:15 -07:00
[dependencies]
2022-02-26 05:22:21 +00:00
actix-web = { version = "4", features = ["openssl"] }
2018-05-23 20:39:15 -07:00
openssl = "0.10"
2023-11-01 15:08:22 +00:00
tokio = { version = "1", features = ["full"] }