Compare commits

...

2 commits

2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

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