From f9283be74d1d4a29650b453125b2ac5e330264b1 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Thu, 11 Jun 2020 23:47:03 +0200 Subject: [PATCH] Changed Cargo.toml to prepare for publish. --- kalk/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kalk/Cargo.toml b/kalk/Cargo.toml index da57cbb..1aa199c 100644 --- a/kalk/Cargo.toml +++ b/kalk/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "kalk" version = "0.1.0" -authors = ["paddi"] +authors = ["PaddiM8"] edition = "2018" +description = "A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax." +readme = "../README.md" +repository = "https://github.com/PaddiM8/kalk/tree/master/kalk" +license = "MIT" +keywords = ["math", "calculator", "evaluator"] +categories = ["mathematics", "parsers"] [profile.release] panic = "abort"