Improve Cargo.toml metadata

* Improved description
 + Added categories field

Implements #13
This commit is contained in:
Sebastian Schmidt 2019-03-20 13:09:09 +02:00
parent ea8b6c6974
commit 407d802090

View File

@ -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"