ztag/crates/web/Cargo.toml
2023-12-28 21:16:32 +01:00

13 lines
423 B
TOML

[package]
name = "web"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.1"
actix-web = "4.4.1"
futures = { version = "0.3.30", default-features = false, features = ["async-await", "futures-executor", "executor", "compat", "std", "thread-pool"] }
tokio = { version = "1.35.1", features = ["full", "tracing"] }