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 50ba5f4d18
commit 059d8d4b17
2 changed files with 8 additions and 2 deletions

2
kalk_cli/Cargo.lock generated
View File

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

View File

@ -1,8 +1,14 @@
[package] [package]
name = "kalk_cli" name = "kalk_cli"
version = "0.1.0" version = "0.1.0"
authors = ["PaddiM8 <paddim8@pm.me>"] authors = ["PaddiM8"]
edition = "2018" 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] [profile.release]
panic = "abort" panic = "abort"