mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
11 lines
219 B
TOML
11 lines
219 B
TOML
[package]
|
|
name = "server"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4", features = ["openssl"] }
|
|
openssl = "0.10"
|
|
tokio = { version = "1", features = ["full"] }
|