Rename crate
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
name = "sea_battle_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "GPL-2.0-or-later"
|
||||
description = "A Sea Battle game backend server"
|
||||
repository = "https://gitea.communiquons.org/pierre/SeaBattle"
|
||||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
5
rust/sea_battle_backend/README.md
Normal file
5
rust/sea_battle_backend/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Sea battle backend
|
||||
|
||||
A backend server for the Sea Battle game.
|
||||
|
||||
A command-line client is available in the `sea_battle_cli_player` crate.
|
Reference in New Issue
Block a user