mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
refactor: move get url
This commit is contained in:
parent
4283264b0e
commit
817f3c9baf
5 changed files with 34 additions and 9 deletions
|
@ -18,8 +18,8 @@ polars = { version = "0.32", features = [
|
|||
reqwest = { version = "0.11", features = ["blocking", "gzip"] }
|
||||
glob = { version = "0.3" }
|
||||
clokwerk = "0.4"
|
||||
strum_macros = "0.25"
|
||||
strum = "0.25"
|
||||
strum_macros = "0.26"
|
||||
strum = "0.26"
|
||||
tokio = { version = "1.34", features = ["full"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
@ -31,3 +31,5 @@ anyhow = "1.0"
|
|||
|
||||
[dev-dependencies]
|
||||
serial_test = "*"
|
||||
rstest = "0.21"
|
||||
pretty_assertions = "1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue