[[bin]]
name = "tlisp"
path = "src/main.rs"
required-features = ["build-binary"]
[dependencies.linefeed]
optional = true
version = "0.6.0"
[features]
build-binary = ["linefeed"]
[lib]
name = "tlisp"
path = "src/lib.rs"
[package]
description = "Lisp interpreter in Rust\n"
edition = "2021"
license = "MIT"
name = "tlisp"
readme = "README.md"
repository = "https://github.com/bondiano/tlisp"
version = "0.0.1"