No known key found for this signature in database
GPG Key ID: FD81DE6D75E20917
2 changed files with
4 additions and
4 deletions
-
server/Cargo.toml
-
server/src/server/protos/game.rs
|
|
|
@ -33,8 +33,8 @@ schemars = "0.8" |
|
|
|
|
|
|
|
# PROTOBUF stack |
|
|
|
bytes = "1" |
|
|
|
prost = "0.8" |
|
|
|
prost-types = "0.8" |
|
|
|
prost = "0.9" |
|
|
|
prost-types = "0.9" |
|
|
|
|
|
|
|
# Database (SQLite) |
|
|
|
rusqlite = {version = "0.26", features=["bundled"]} |
|
|
|
@ -46,4 +46,4 @@ fern = {version = "0.6", features = ["colored"]} |
|
|
|
chrono = "0.4" |
|
|
|
[build-dependencies] |
|
|
|
# PROTOBUF codegen |
|
|
|
prost-build = "0.8" |
|
|
|
prost-build = "0.9" |
|
|
|
@ -63,7 +63,7 @@ pub struct CardId { |
|
|
|
} |
|
|
|
#[derive(Clone, PartialEq, ::prost::Message)] |
|
|
|
pub struct GameStatus { |
|
|
|
/// {a: [""], b:[""]}
|
|
|
|
/// {a: \[""\], b:\[""\]}
|
|
|
|
#[prost(message, optional, tag="1")] |
|
|
|
pub common_piles: ::core::option::Option<game_status::Piles>, |
|
|
|
/// [{...}, {...}]
|
|
|
|
|