27 lines
366 B
TOML
27 lines
366 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"lix/lix-doc",
|
|
"lix/lix-rs",
|
|
"tools/licxxbridge",
|
|
]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
|
|
[workspace.dependencies]
|
|
clap = "4"
|
|
regex = "1.12.4"
|
|
rustyline = "18"
|
|
rustyline-derive = "0.12"
|
|
syn = "2.0"
|
|
zngur = "0.10"
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
|
|
[profile.release]
|
|
debug = "full"
|
|
debug-assertions = true
|
|
overflow-checks = true
|