Rename binary to kalk

closes #4 4
This commit is contained in:
Diana 2020-06-13 03:16:06 -04:00 committed by GitHub
parent ada3fc52f9
commit 4a9a8e4def
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"