mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
15 lines
410 B
TOML
15 lines
410 B
TOML
[workspace]
|
|
|
|
members = ["columnq", "columnq-cli", "roapi"]
|
|
|
|
[profile.dev]
|
|
split-debuginfo = "unpacked"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[patch.crates-io]
|
|
convergence = { git = "https://github.com/roapi/convergence.git", rev = "1af3f7ea76b0586362b332f8a1c30053aca58c2e" }
|
|
convergence-arrow = { git = "https://github.com/roapi/convergence.git", rev = "1af3f7ea76b0586362b332f8a1c30053aca58c2e" }
|