rust board, room frontend

This commit is contained in:
sparshg
2024-09-15 01:07:16 +05:30
parent 73ab2b63a8
commit 04b9a9502b
11 changed files with 170 additions and 29 deletions

23
Cargo.lock generated
View File

@@ -143,6 +143,18 @@ version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "battleship"
version = "0.1.0"
dependencies = [
"axum",
"dotenv",
"rand",
"serde",
"sqlx",
"tokio",
]
[[package]]
name = "bitflags"
version = "2.6.0"
@@ -1485,17 +1497,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "todoos"
version = "0.1.0"
dependencies = [
"axum",
"dotenv",
"serde",
"sqlx",
"tokio",
]
[[package]]
name = "tokio"
version = "1.40.0"