Added separate readme for the library.

This commit is contained in:
PaddiM8 2020-06-12 00:06:54 +02:00
parent 122aca4a97
commit 22c5b0785c

View File

@ -1,10 +1,9 @@
[package] [package]
name = "kalk" name = "kalk"
version = "0.1.1" version = "0.1.2"
authors = ["PaddiM8"] authors = ["PaddiM8"]
edition = "2018" edition = "2018"
description = "A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax." 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" repository = "https://github.com/PaddiM8/kalk/tree/master/kalk"
license = "MIT" license = "MIT"
keywords = ["math", "calculator", "evaluator"] keywords = ["math", "calculator", "evaluator"]