mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 07:40:00 +00:00
20 lines
465 B
TOML
20 lines
465 B
TOML
[package]
|
|
name = "msyrs"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12.9", 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"] }
|
|
polars = { version = "0.44.2", features = ["lazy"] }
|
|
|
|
# anyhow = "1.0.92"
|
|
rand = "0.8"
|
|
threadpool = "1.8.1"
|
|
log = "0.4.22"
|
|
# dotenv = "0.15.0"
|
|
crossbeam = "0.8"
|