rush/Cargo.toml
Rowan Torbitzky-Lane 9c9126b3a8
Some checks failed
/ Test-Suite (push) Failing after 1m18s
polars for type ease, more done
2025-04-28 01:00:49 -05:00

12 lines
264 B
TOML

[package]
name = "rush"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.9.1"
paste = "1.0.15"
rust_decimal = { version = "1.37", features = ["macros", "maths"] }
rush_macro = { path = "rush_macro" }
polars = { version = "0.46.0", features = ["lazy"]}