SeaBattle/rust/cli_player/Cargo.toml

19 lines
455 B
TOML
Raw Normal View History

2022-10-01 17:25:41 +00:00
[package]
name = "cli_player"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sea_battle_backend = { path = "../sea_battle_backend" }
clap = { version = "3.2.17", features = ["derive"] }
log = "0.4.17"
env_logger = "0.9.0"
tui = "0.19.0"
2022-10-01 18:44:01 +00:00
crossterm = "0.25.0"
lazy_static = "1.4.0"
2022-10-02 13:50:54 +00:00
tokio = "1.21.2"
num = "0.4.0"
num-traits = "0.2.15"
num-derive = "0.3.3"