mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
0.4.0
This commit is contained in:
parent
41bd1e8fe7
commit
ffb24e7943
6 changed files with 93 additions and 81 deletions
|
@ -17,12 +17,13 @@ polars = { version = "0.30", features = [
|
|||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
glob = { version = "0.3" }
|
||||
clokwerk = "0.4.0"
|
||||
strum_macros = "0.24"
|
||||
strum = "0.24"
|
||||
strum_macros = "0.25"
|
||||
strum = "0.25"
|
||||
tokio = { version = "1.26", features = ["full"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
serde_json = "1.0"
|
||||
rand = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue