12 lines
230 B
TOML
12 lines
230 B
TOML
|
[package]
|
||
|
name = "cl-typeck"
|
||
|
repository.workspace = true
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
publish.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
cl-ast = { path = "../cl-ast" }
|