Fix lib name
This commit is contained in:
parent
8363cd20eb
commit
c17a36ba07
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user