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

11 lines
219 B
TOML
Raw Normal View History

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