SeaBattle/Cargo.toml

14 lines
371 B
TOML

[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]
clap = { version = "3.2.17", features = ["derive"] }
log = "0.4.17"
env_logger = "0.9.0"
serde = { version = "1.0.144", features = ["derive"] }
actix-web = "4.1.0"
actix-cors = "0.6.2"