Updated kalk_cli's Cargo.toml to prepare it for being published.

This commit is contained in:
PaddiM8 2020-06-12 00:13:05 +02:00
parent 1503336700
commit 122ac06f82
2 changed files with 8 additions and 2 deletions

2
kalk_cli/Cargo.lock generated
View File

@ -138,7 +138,7 @@ dependencies = [
[[package]]
name = "kalk"
version = "0.1.0"
version = "0.1.3"
dependencies = [
"phf",
"regex",

View File

@ -1,8 +1,14 @@
[package]
name = "kalk_cli"
version = "0.1.0"
authors = ["PaddiM8 <paddim8@pm.me>"]
authors = ["PaddiM8"]
edition = "2018"
readme = "../README.md"
description = "A calculator that supports user-defined functions and variables and can handle fairly ambiguous syntax."
repository = "https://github.com/PaddiM8/kalk"
license = "MIT"
keywords = ["math", "calculator", "cli", "command-line"]
categories = ["mathematics", "command-line-utilities"]
[profile.release]
panic = "abort"