refactored, started with get_player_js (TEMP)

This commit is contained in:
ThetaDev 2022-07-21 17:13:50 +02:00
parent 0c76125595
commit 0acf8a9fb9
5 changed files with 307 additions and 333 deletions

View file

@ -14,10 +14,5 @@ anyhow = "1.0"
thiserror = "1.0.31"
url = "2.2.2"
log = "0.4.17"
[dev-dependencies]
criterion = "0.3.6"
[[bench]]
name = "my_benchmark"
harness = false
reqwest = "0.11.11"
tokio = {version = "1.20.0", features = ["macros"]}