From 565c872406fc320a1abe41bf5f6721aff8dea4b3 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 4 Mar 2024 20:03:32 -0500 Subject: [PATCH] changed project name to 'quickmath' --- Cargo.toml | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c9c210..c683667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] -name = "quickmaths" +name = "quickmath" version = "0.2.3" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "qm" +path = "src/main.rs" [dependencies] evalexpr = "11.0.0" diff --git a/README.md b/README.md index af9cbd2..428d641 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# quickmaths +# quickmath (qm) A small, pretty command line calculator.