feat: initial http and eco support

This commit is contained in:
CosminPerRam 2024-01-02 01:43:36 +02:00
parent bd3727d7fe
commit 285bd7fe6e
8 changed files with 263 additions and 0 deletions

View file

@ -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 }