mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
0.1.0
This commit is contained in:
commit
7e12fc1e65
11 changed files with 647 additions and 0 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "ark-invest-api-rust-data"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
polars = { version = "0.28", features = [
|
||||
"lazy",
|
||||
"strings",
|
||||
"parquet",
|
||||
"round_series",
|
||||
] }
|
||||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
glob = { version = "0.3" }
|
||||
clokwerk = "0.4.0"
|
||||
strum_macros = "0.24"
|
||||
strum = "0.24"
|
||||
tokio = { version = "1.26", features = ["full"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
Loading…
Add table
Add a link
Reference in a new issue