From 3b5730be54429e9e084df15ba5424ef767ce82d7 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Thu, 4 Jun 2020 23:29:48 -0600 Subject: [PATCH] s/prolog-implementation/prolog-system (cargo does not allow keywords to exceed 20 characters) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.54.0