mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 08:34:15 +02:00
only setup once
This commit is contained in:
parent
7860e8df34
commit
16637e31f5
3 changed files with 151 additions and 68 deletions
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
reqwest = { version = "0.10", features = ["json"] }
|
||||
reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }
|
||||
thiserror = "1.0"
|
||||
hex = "0.4"
|
||||
steamid-ng = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue