mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 08:34:15 +02:00
initial version
This commit is contained in:
parent
e29f3e4b4c
commit
9303972319
2 changed files with 302 additions and 4 deletions
|
|
@ -7,3 +7,12 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
reqwest = { version = "0.10", features = ["json"] }
|
||||
thiserror = "1.0"
|
||||
hex = "0.4"
|
||||
steamid-ng = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue