mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: initial http and eco support
This commit is contained in:
parent
bd3727d7fe
commit
285bd7fe6e
8 changed files with 263 additions and 0 deletions
|
|
@ -29,7 +29,9 @@ byteorder = "1.5"
|
|||
bzip2-rs = "0.1"
|
||||
crc32fast = "1.3"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
encoding_rs = "0.8"
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue