SeaBattle/Cargo.toml

19 lines
504 B
TOML
Raw Normal View History

2022-09-10 12:15:35 +00:00
[package]
name = "sea_battle_backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-09-10 12:37:47 +00:00
clap = { version = "3.2.17", features = ["derive"] }
log = "0.4.17"
env_logger = "0.9.0"
2022-09-10 13:02:45 +00:00
serde = { version = "1.0.144", features = ["derive"] }
2022-09-11 14:48:20 +00:00
serde_json = "1.0.85"
2022-09-10 12:37:47 +00:00
actix-web = "4.1.0"
2022-09-11 14:48:20 +00:00
actix-cors = "0.6.2"
actix = "0.13.0"
actix-web-actors = "4.1.0"
actix-rt = "2.7.0"
uuid = { version = "1.1.2", features = ["v4"] }