14 lines
301 B
TOML
14 lines
301 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-xid = "0.2.4"
|