[package]
name = "blue-lang-runtime"
description = "The blue runtime — one definition of what a blue program runs against."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
tatara-lisp = { workspace = true }
tatara-lisp-eval = { workspace = true }
blue-lang-syntax = { workspace = true }
blue-lang-check = { workspace = true }
thiserror = { workspace = true }
blake3 = "1"
[dev-dependencies]
blue-lang-pkg = { path = "../blue-lang-pkg" }