rush/Cargo.toml
Rowan Torbitzky-Lane 68ac4ca48f
Some checks failed
/ Test-Suite (push) Has been cancelled
Gonna switch back to nix
2025-04-22 15:56:57 -05:00

10 lines
211 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" }