Merge pull request #5 from DianaNites/patch-1

Rename binary to kalk
This commit is contained in:
PaddiM8 2020-06-13 13:49:28 +02:00 committed by GitHub
commit c0628855ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@ license = "MIT"
keywords = ["math", "calculator", "cli", "command-line"]
categories = ["mathematics", "command-line-utilities"]
[[bin]]
path = "src/main.rs"
name = "kalk"
[dependencies]
kalk = { path = "../kalk", version = "^0.1.9" }
rustyline = "6.1.2"