From 0f089cac96360348a534d1a86d06842ab4d41e5b Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 4 Apr 2024 00:46:53 -0700 Subject: rename the binary Change-Id: I58f4a850b6ff38a3ffc84c168eb8b7a8e43196fc --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit 1.4.1