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

12 lines
234 B
TOML
Raw Normal View History

2018-05-24 05:39:15 +02:00
[package]
name = "server"
version = "1.0.0"
2018-05-24 05:39:15 +02:00
workspace = "../"
2019-06-13 23:10:51 +02:00
edition = "2018"
2018-05-24 05:39:15 +02:00
[dependencies]
2022-02-26 06:22:21 +01:00
actix-web = { version = "4", features = ["openssl"] }
2020-09-12 17:21:54 +02:00
futures = "0.3"
2018-05-24 05:39:15 +02:00
openssl = "0.10"
2022-02-26 06:22:21 +01:00
tokio = { version = "1.16.1", features = ["full"] }