Compare commits

...

1 Commits

Author SHA1 Message Date
c17a36ba07 Fix lib name 2023-06-23 23:46:57 -04:00

View File

@ -1,6 +1,6 @@
[package] [package]
name = "expressive" name = "expressive"
version = "0.1.0" version = "0.1.1"
description = "Fork of evalexpr" description = "Fork of evalexpr"
authors = ["jeff <dev@jeffa.io.com>"] authors = ["jeff <dev@jeffa.io.com>"]
repository = "https://git.jeffa.io/jeff/expressive.git" repository = "https://git.jeffa.io/jeff/expressive.git"
@ -10,7 +10,7 @@ license = "MIT"
edition = "2018" edition = "2018"
[lib] [lib]
name = "evalexpr" name = "expressive"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]