Compare commits
No commits in common. "573806e8e1ec7cc411507a415a7e9e8a8fdbea36" and "6b36e8340d1e04702b1b83dcb0e94f5fab7f3e0a" have entirely different histories.
573806e8e1
...
6b36e8340d
2 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "quickmath"
|
name = "quickmaths"
|
||||||
version = "0.2.3"
|
version = "0.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[[bin]]
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
name = "qm"
|
|
||||||
path = "src/main.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
evalexpr = "11.0.0"
|
evalexpr = "11.0.0"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# quickmath (qm)
|
# quickmaths
|
||||||
|
|
||||||
A small, pretty command line calculator.
|
A small, pretty command line calculator.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue