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

14 lines
304 B
TOML

[package]
name = "cl-lexer"
repository.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
cl-token = { path = "../cl-token" }
cl-structures = { path = "../cl-structures" }
unicode-ident = "1.0.12"