Compare commits

..

No commits in common. "573806e8e1ec7cc411507a415a7e9e8a8fdbea36" and "6b36e8340d1e04702b1b83dcb0e94f5fab7f3e0a" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View file

@ -1,11 +1,9 @@
[package]
name = "quickmath"
name = "quickmaths"
version = "0.2.3"
edition = "2021"
[[bin]]
name = "qm"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
evalexpr = "11.0.0"

View file

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