initial elo rating stuff
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -438,6 +438,7 @@ dependencies = [
|
||||
"nohash-hasher",
|
||||
"num",
|
||||
"rand",
|
||||
"skillratings",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
@@ -640,6 +641,12 @@ dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "skillratings"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "53c8196a815d27d6dbd2439058a2cbf6597a549a68ca6368611df240df7c2987"
|
||||
|
||||
[[package]]
|
||||
name = "static_assertions"
|
||||
version = "1.1.0"
|
||||
|
||||
Reference in New Issue
Block a user