Skip to content

Commit

Permalink
Refactor mr_matchmaker to work with GameServer resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Nov 18, 2021
1 parent 0082dee commit 8cda670
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 62 deletions.
122 changes: 110 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions bins/matchmaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ mr_utils_lib = { path = "../../libs/utils_lib" }
bincode = "1.3.3"
env_logger = "0.8.1"
futures = "0.3.17"
kube = "0.61.0"
kube-runtime = "0.61.0"
kube = "0.60.0"
kube-derive = "0.60.0"
kube-runtime = "0.60.0"
log = "0.4.14"
k8s-openapi = { version = "0.13.1", default-features = false, features = ["v1_20"] }
rymder = "0.2.2"
sentry = "0.21.0"
serde = "1.0.68"
serde_derive = "1.0.68"
serde_json = "1.0.68"
schemars = "0.8.7"
tokio = { version = "1.12.0", features = ["rt-multi-thread", "sync"] }
tokio-tungstenite = "0.15.0"
Loading

0 comments on commit 8cda670

Please sign in to comment.