changed project name to 'quickmath'

This commit is contained in:
Valerie Wolfe 2024-03-04 20:03:32 -05:00
parent f7d6ee9d7e
commit 565c872406
2 changed files with 5 additions and 3 deletions

View file

@ -1,9 +1,11 @@
[package] [package]
name = "quickmaths" name = "quickmath"
version = "0.2.3" version = "0.2.3"
edition = "2021" 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] [dependencies]
evalexpr = "11.0.0" evalexpr = "11.0.0"

View file

@ -1,5 +1,5 @@
# quickmaths # quickmath (qm)
A small, pretty command line calculator. A small, pretty command line calculator.