mailApp/Cargo.toml

10 lines
260 B
TOML
Raw Normal View History

2023-08-28 22:26:28 +10:00
[package]
2023-08-28 22:58:23 +10:00
name = "mail_app"
2023-08-28 22:26:28 +10:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-29 21:43:54 +10:00
actix-web = "4"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }