Conlang/compiler/cl-ast/Cargo.toml

12 lines
241 B
TOML
Raw Normal View History

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