make *.pl files in src/prolog/lib available from libraries.rs

This commit is contained in:
Mark Thom
2019-09-26 23:10:04 -06:00
parent 2c1c1b7d12
commit 9a83ccbdbc
19 changed files with 130 additions and 57 deletions

View File

@@ -1,11 +1,15 @@
[package]
name = "scryer-prolog"
version = "0.8.94"
version = "0.8.95"
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"
[build-dependencies]
indexmap = "1.0.2"
[dependencies]
cfg-if = "0.1.7"
dirs = "2.0.2"