16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "rusty-wam"
|
|
version = "0.7.14"
|
|
authors = ["Mark Thom <markjordanthom@gmail.com>"]
|
|
repository = "https://github.com/mthom/rusty-wam"
|
|
description = "The Warren Abstract Machine in Rust."
|
|
license = "BSD-3-Clause"
|
|
|
|
[dependencies]
|
|
downcast = "0.9.1"
|
|
num = "0.2"
|
|
ordered-float = "0.5.0"
|
|
prolog_parser = "0.7.17"
|
|
|
|
[dependencies.termion]
|
|
version = "1.4.0" |