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 430841fc5f
commit 84fb9f16bd

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"