From: Mark Thom Date: Fri, 5 Jun 2020 05:29:48 +0000 (-0600) Subject: s/prolog-implementation/prolog-system (cargo does not allow keywords to exceed 20... X-Git-Tag: v0.8.127~54 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=3b5730be54429e9e084df15ba5424ef767ce82d7;p=scryer-prolog.git s/prolog-implementation/prolog-system (cargo does not allow keywords to exceed 20 characters) --- diff --git a/Cargo.toml b/Cargo.toml index 85b49833..1d63c54c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A modern Prolog implementation written mostly in Rust." readme = "README.md" repository = "https://github.com/mthom/scryer-prolog" license = "BSD-3-Clause" -keywords = ["prolog", "prolog-interpreter", "prolog-implementation"] +keywords = ["prolog", "prolog-interpreter", "prolog-system"] categories = ["command-line-utilities"] build = "build.rs"