Changed 'parsers' category to 'parser-implementations'

This commit is contained in:
PaddiM8 2020-06-11 23:52:12 +02:00
parent cb1a7e921c
commit 9bf5ac209b

View File

@ -8,7 +8,7 @@ readme = "../README.md"
repository = "https://github.com/PaddiM8/kalk/tree/master/kalk" repository = "https://github.com/PaddiM8/kalk/tree/master/kalk"
license = "MIT" license = "MIT"
keywords = ["math", "calculator", "evaluator"] keywords = ["math", "calculator", "evaluator"]
categories = ["mathematics", "parsers"] categories = ["mathematics", "parser-implementations"]
[profile.release] [profile.release]
panic = "abort" panic = "abort"