Added some informations in Cargo.toml

This commit is contained in:
notoria
2020-05-23 01:55:53 +02:00
parent 0060c8988a
commit 3a7a29868f

View File

@@ -2,11 +2,14 @@
name = "scryer-prolog" name = "scryer-prolog"
version = "0.8.123" version = "0.8.123"
authors = ["Mark Thom <markjordanthom@gmail.com>"] authors = ["Mark Thom <markjordanthom@gmail.com>"]
build = "build.rs"
repository = "https://github.com/mthom/scryer-prolog"
description = "A modern Prolog implementation written mostly in Rust."
license = "BSD-3-Clause"
edition = "2018" 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"
keywords = ["prolog", "prolog-interpreter", "prolog-implementation"]
categories = ["command-line-utilities"]
build = "build.rs"
[build-dependencies] [build-dependencies]
indexmap = "1.0.2" indexmap = "1.0.2"