feat(secure): add get_playing_session and start working on auto_matchmake_with_param_postpone with RmcSerialize macro
This commit is contained in:
parent
d8c184171d
commit
d01acbb931
16 changed files with 338 additions and 23 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -798,6 +798,15 @@ version = "0.4.25"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
||||
|
||||
[[package]]
|
||||
name = "macros"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "matchit"
|
||||
version = "0.7.3"
|
||||
|
|
@ -1313,6 +1322,7 @@ dependencies = [
|
|||
"hex",
|
||||
"hmac",
|
||||
"log",
|
||||
"macros",
|
||||
"md-5",
|
||||
"once_cell",
|
||||
"prost",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue