Improve Cargo.toml metadata
* Improved description + Added categories field Implements #13
This commit is contained in:
parent
ea8b6c6974
commit
407d802090
@ -1,8 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "evalexpr"
|
name = "evalexpr"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Expression evaluator"
|
description = "A powerful arithmetic and boolean expression evaluator"
|
||||||
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
|
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
|
||||||
|
categories = ["parsing", "game-engines"]
|
||||||
authors = ["isibboi <isibboi@gmail.com>"]
|
authors = ["isibboi <isibboi@gmail.com>"]
|
||||||
repository = "https://github.com/ISibboI/evalexpr.git"
|
repository = "https://github.com/ISibboI/evalexpr.git"
|
||||||
homepage = "https://github.com/ISibboI/evalexpr"
|
homepage = "https://github.com/ISibboI/evalexpr"
|
||||||
|
Loading…
Reference in New Issue
Block a user