diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index 9e718ce..2224075 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -12,7 +12,7 @@ categories = [ "games" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sea_battle_backend = { path = "../sea_battle_backend" } +sea_battle_backend = { path = "../sea_battle_backend", version = "0.1.0" } clap = { version = "4.0.15", features = ["derive"] } log = "0.4.17" env_logger = "0.9.0"