Conlang/compiler/cl-ast/Cargo.toml
John f483d690e2 Revert "Cargo.toml: Add documentation key"
This reverts commit 087969e1170e3474a8d2bf2d2afe5ebd691b960c.
2024-04-22 00:07:44 -05:00

12 lines
241 B
TOML

[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" }