]> Repositorios git - scryer-prolog.git/commitdiff
Added some informations in Cargo.toml
authornotoria <[email protected]>
Fri, 22 May 2020 23:55:53 +0000 (01:55 +0200)
committernotoria <[email protected]>
Sat, 23 May 2020 00:03:24 +0000 (02:03 +0200)
Cargo.toml

index b869277c1433b5a2b04a0f92dc85b992339317ca..8b8df0faeb01bfed2bdf76b9d87eb5828d44fc5b 100644 (file)
@@ -2,11 +2,14 @@
 name = "scryer-prolog"
 version = "0.8.123"
 authors = ["Mark Thom <[email protected]>"]
-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"