erhanbaris / smartcalc

Text based calculator for peoples
https://erhanbaris.github.io/smartcalc-app/
GNU General Public License v2.0
189 stars 7 forks source link

[Request] Upload the code to crates.io to be able to `cargo install` without hassle #2

Closed BLucky-gh closed 2 years ago

BLucky-gh commented 2 years ago

At the moment I can't find this project as a crate on crates.io under any intuitive name, which means I can't just cargo install this project and have to git pull the source and then compile it manually. Uploading this to crates.io would be very helpful.

erhanbaris commented 2 years ago

Hi I added project to crates.io.

Here is the Cargo manifest:

[dependencies]
smartcalc = "1"