14 lines
325 B
TOML
14 lines
325 B
TOML
[package]
|
|
name = "conlang"
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lerox = { path = "../lerox" }
|
|
constr = { path = "../constr" }
|
|
unicode-xid = "0.2.4"
|