mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
14 lines
210 B
TOML
14 lines
210 B
TOML
[workspace]
|
|
members = ["columnq", "columnq-cli", "roapi"]
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
split-debuginfo = "unpacked"
|
|
|
|
[profile.test]
|
|
split-debuginfo = "unpacked"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|