lamcal-repl 0.1.0

A lambda calculus command line repl
[package]
name = "lamcal-repl"
version = "0.1.0"
authors = ["haraldmaida"]

description = "A lambda calculus command line repl"

repository = "https://github.com/haraldmaida/lamcal"
documentation = "https://docs.rs/lamcal-repl"
readme = "README.md"
keywords = ["lambda-calculus", "repl", "evalute", "interpret", "parse"]
categories = ["science"]
license = "Apache-2.0"

[[bin]]
name = "lamcali"
path = "src/main.rs"

[features]
no-color = ["colored/no-color"]

[dependencies]
lamcal = { version = "0.1", path = "../" }
colored = "1.6"
config = { version = "0.9", default-features = false, features = ["toml"] }
dirs = "1.0"
failure = "0.1"
rustyline = "1.0"