add player data mapping
This commit is contained in:
parent
edee1d2cfa
commit
46730ee8fa
11 changed files with 777 additions and 77 deletions
|
|
@ -21,6 +21,7 @@ serde_with = {version = "2.0.0", features = ["json"] }
|
|||
rand = "0.8.5"
|
||||
async-trait = "0.1.56"
|
||||
chrono = {version = "0.4.19", features = ["serde"]}
|
||||
trie = "0.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
|
|
|
|||
Reference in a new issue