summary refs log tree commit diff
path: root/Cargo.toml
blob: a337b4cd7edd3782fbc1ab8be2afb0effe2e6f2e (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "rp_calc"
version = "0.0.1"
edition = "2021"

[dependencies]
rust_decimal = { version =  "1.34", features = ["maths", "std", "rand"] }
rust_decimal_macros = "1.34"