[package]
edition = "2021"
rust-version = "1.83"
name = "tidepool-eval"
version = "0.1.0"
authors = ["Inanna Malick <inanna@recursion.wtf>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-walking interpreter for Tidepool Core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tidepool-heavy-industries/tidepool"
[lib]
name = "tidepool_eval"
path = "src/lib.rs"
[[test]]
name = "haskell_suite"
path = "tests/haskell_suite.rs"
[[test]]
name = "text_suite"
path = "tests/text_suite.rs"
[dependencies.im]
version = "15"
[dependencies.tidepool-repr]
version = "0.1.0"