From 09442bf49f0c842434f30b3beac241002512db0f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 15 Mar 2019 12:12:17 +0200 Subject: [PATCH] Changed crate name, added new author, and incremented patch. --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ef54a7..afeed4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ [package] -name = "eval" -version = "0.4.3" +name = "evalexpr" +version = "0.4.4" description = "Expression evaluator" keywords = ["expression", "evaluate", "evaluator", "expr", "template"] -authors = ["fengcen "] -repository = "https://github.com/fengcen/eval.git" -homepage = "https://github.com/fengcen/eval" -documentation = "https://docs.rs/eval" +authors = ["fengcen ", "isibboi "] +repository = "https://github.com/ISibboI/eval.git" +homepage = "https://github.com/ISibboI/eval" +documentation = "https://docs.rs/evalexpr" readme = "README.md" license = "MIT" [lib] -name = "eval" +name = "evalexpr" path = "src/lib.rs" [dependencies]