mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
12 lines
145 B
TOML
12 lines
145 B
TOML
[workspace]
|
|
members = [
|
|
"raptor",
|
|
"raptor-indexer",
|
|
"raptor-search",
|
|
"raptor-http",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = true
|