[package] name = "crelang" edition = "2021" version = "0.100.0" license = "MIT OR Apache-2.0" repository = "https://github.com/crepub/crelang" description = "WIP" exclude = ["lib/**/*"] [workspace] members = ["lib/*"] [dependencies] libcre = { path = "lib/base", version = "0.100.0" } crelang-core = { path = "lib/core", version = "0.100.0" } crelang-syn = { path = "lib/syn", version = "0.100.0" }