diff --git a/Cargo.toml b/Cargo.toml index dc2e432..46d6c35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expressive" -version = "0.1.0" +version = "0.1.1" description = "Fork of evalexpr" authors = ["jeff "] repository = "https://git.jeffa.io/jeff/expressive.git" @@ -10,7 +10,7 @@ license = "MIT" edition = "2018" [lib] -name = "evalexpr" +name = "expressive" path = "src/lib.rs" [dependencies]