SeaBattle/Cargo.toml

14 lines
371 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-10 12:37:47 +00:00
actix-web = "4.1.0"
actix-cors = "0.6.2"