diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0628583..52f6d17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ 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" |