git-subtree-dir: core git-subtree-mainline:a07f3dcd23git-subtree-split:b0dfc4146c
15 lines
194 B
TOML
15 lines
194 B
TOML
[workspace]
|
|
members = [
|
|
"kordophone",
|
|
"kordophone-db",
|
|
"kordophoned",
|
|
"kpcli",
|
|
"utilities",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
debug = 1
|
|
incremental = false
|