mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01: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
|