rush/Cargo.toml
Rowan Torbitzky-Lane d697e14173
Some checks failed
/ Test-Suite (push) Failing after 20s
Incomplete, will change all this code later
2025-04-17 01:26:05 -05:00

10 lines
211 B
TOML

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