mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
anyhow
This commit is contained in:
parent
4063fa3c0f
commit
acf6858c6c
5 changed files with 40 additions and 85 deletions
|
@ -5,7 +5,7 @@ version = "1.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
polars = { version = "0.32", features = [
|
||||
polars = { version = "0.35", features = [
|
||||
"lazy",
|
||||
"strings",
|
||||
"parquet",
|
||||
|
@ -27,6 +27,7 @@ serde_json = "1.0"
|
|||
rand = "0.8"
|
||||
futures = "0.3"
|
||||
lazy_static = "1.4"
|
||||
anyhow = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue