Conlang/libconlang/Cargo.toml

14 lines
325 B
TOML
Raw Normal View History

2023-09-21 20:41:12 +00:00
[package]
name = "conlang"
authors.workspace = true
2023-09-21 20:41:12 +00:00
version.workspace = true
edition.workspace = true
license.workspace = true
2023-09-21 20:41:12 +00:00
# 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"