From 88fd8d1bc14e9512268d2cc4ac3337e27d12a5c1 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Fri, 12 Jun 2020 00:06:54 +0200 Subject: [PATCH] Added separate readme for the library. --- kalk/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kalk/Cargo.toml b/kalk/Cargo.toml index 7327e9c..29f7ace 100644 --- a/kalk/Cargo.toml +++ b/kalk/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "kalk" -version = "0.1.1" +version = "0.1.2" 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"]