mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
1.0.0
This commit is contained in:
parent
ffb24e7943
commit
9ddfb2a563
10 changed files with 119 additions and 56 deletions
|
@ -14,7 +14,7 @@ polars = { version = "0.30", features = [
|
|||
"object",
|
||||
"dtype-struct",
|
||||
] }
|
||||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
reqwest = { version = "0.11", features = ["blocking", "gzip"] }
|
||||
glob = { version = "0.3" }
|
||||
clokwerk = "0.4.0"
|
||||
strum_macros = "0.25"
|
||||
|
@ -24,6 +24,7 @@ openssl = { version = "0.10", features = ["vendored"] }
|
|||
chrono = { version = "0.4", features = ["serde"] }
|
||||
serde_json = "1.0"
|
||||
rand = "0.8"
|
||||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue