From c03767751bb1064eb68a84937c1fbc77d1e2c2b5 Mon Sep 17 00:00:00 2001 From: Andrew Owen Date: Tue, 12 Mar 2024 01:55:57 -0600 Subject: Set up initial prototype with basic number parsing Has one command, is mode-based, no fancy display yet Added a DESIGN.md for discussion --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a337b4c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" + -- cgit 1.4.1