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"]