mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 16:44:09 +02:00
player filter improvements
This commit is contained in:
parent
91b3f879c9
commit
b611e54bae
3 changed files with 122 additions and 26 deletions
|
|
@ -20,10 +20,13 @@ hex = "0.4"
|
|||
steamid-ng = "1"
|
||||
bytes = "1.1.0"
|
||||
futures-util = "0.3.21"
|
||||
tracing = "0.1.33"
|
||||
tinyvec = "1.5.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["macros"] }
|
||||
sqlx = { version = "0.5", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
|
||||
[features]
|
||||
default = ["default-tls"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue