changed project name to 'quickmath'
This commit is contained in:
parent
f7d6ee9d7e
commit
565c872406
2 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
# quickmaths
|
||||
# quickmath (qm)
|
||||
|
||||
A small, pretty command line calculator.
|
||||
|
||||
|
|
Loading…
Reference in a new issue