From: notoria Date: Fri, 22 May 2020 23:55:53 +0000 (+0200) Subject: Added some informations in Cargo.toml X-Git-Tag: v0.8.123~1^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=3a7a29868f2f23e768b0b53239341db72542d69a;p=scryer-prolog.git Added some informations in Cargo.toml --- diff --git a/Cargo.toml b/Cargo.toml index b869277c..8b8df0fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,14 @@ name = "scryer-prolog" version = "0.8.123" authors = ["Mark Thom "] -build = "build.rs" -repository = "https://github.com/mthom/scryer-prolog" +edition = "2018" description = "A modern Prolog implementation written mostly in Rust." +readme = "README.md" +repository = "https://github.com/mthom/scryer-prolog" license = "BSD-3-Clause" -edition = "2018" +keywords = ["prolog", "prolog-interpreter", "prolog-implementation"] +categories = ["command-line-utilities"] +build = "build.rs" [build-dependencies] indexmap = "1.0.2"