gameserv: server-authoritative ttt/c4/chess referee with ranked ladder
All checks were successful
CI / check (push) Successful in 3m56s
All checks were successful
CI / check (push) Successful in 3m56s
This commit is contained in:
parent
e3b83f4a92
commit
a7a37d1277
8 changed files with 1398 additions and 1 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -287,6 +287,7 @@ dependencies = [
|
|||
"echo-debugserv",
|
||||
"echo-diceserv",
|
||||
"echo-example",
|
||||
"echo-gameserv",
|
||||
"echo-groupserv",
|
||||
"echo-helpserv",
|
||||
"echo-hostserv",
|
||||
|
|
@ -366,6 +367,13 @@ dependencies = [
|
|||
"echo-api",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "echo-gameserv"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"echo-api",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "echo-groupserv"
|
||||
version = "0.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue