mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 07:40:00 +00:00
15 lines
366 B
TOML
15 lines
366 B
TOML
[package]
|
|
name = "macrosynergy_dataquery"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
|
serde_json = "1.0"
|
|
serde_urlencoded = "0.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
polars = { version = "0.44.2", features = ["temporal", "lazy"] }
|
|
anyhow = "1.0"
|
|
rand = "0.8"
|
|
threadpool = "1.8.1"
|