Conlang/cl-interpret/Cargo.toml

14 lines
316 B
TOML

[package]
name = "cl-interpret"
repository.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
conlang = { path = "../libconlang" }
cl-ast = { path = "../cl-ast" }
cl-structures = { path = "../cl-structures" }