]> Repositorios git - scryer-prolog.git/commitdiff
s/prolog-implementation/prolog-system (cargo does not allow keywords to exceed 20...
authorMark Thom <[email protected]>
Fri, 5 Jun 2020 05:29:48 +0000 (23:29 -0600)
committerMark Thom <[email protected]>
Fri, 5 Jun 2020 05:29:48 +0000 (23:29 -0600)
Cargo.toml

index 85b498332dad71aacf8ec0c2c0a27e2d0e0e4198..1d63c54ce43625d4e75efc0fb32a0c5a83658010 100644 (file)
@@ -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"