s/prolog-implementation/prolog-system (cargo does not allow keywords to exceed 20 characters)

This commit is contained in:
Mark Thom
2020-06-04 23:29:48 -06:00
parent 961c4a1b9c
commit 3b5730be54

View File

@@ -7,7 +7,7 @@ description = "A modern Prolog implementation written mostly in Rust."
readme = "README.md" readme = "README.md"
repository = "https://github.com/mthom/scryer-prolog" repository = "https://github.com/mthom/scryer-prolog"
license = "BSD-3-Clause" license = "BSD-3-Clause"
keywords = ["prolog", "prolog-interpreter", "prolog-implementation"] keywords = ["prolog", "prolog-interpreter", "prolog-system"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
build = "build.rs" build = "build.rs"