summary refs log tree commit diff
path: root/Cargo.toml
blob: 0628583585c2340041ced1f13dcb4c74d371f4d9 (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"
num-traits = "0.2"