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

[[bin]]
name = "rp"
path = "src/main.rs"

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