Files
scryer-prolog/Cargo.toml
2019-03-17 18:11:08 -06:00

17 lines
431 B
TOML

[package]
name = "scryer-prolog"
version = "0.8.9"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
repository = "https://github.com/mthom/scryer-prolog"
description = "A modern Prolog implementation written mostly in Rust."
license = "BSD-3-Clause"
[dependencies]
downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.8.1"
readline_rs_compat = { version = "0.1.3" }
[dependencies.termion]
version = "1.4.0"