mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
13 lines
171 B
TOML
13 lines
171 B
TOML
[workspace]
|
|
members = [
|
|
"raptor",
|
|
"raptor-indexer",
|
|
"raptor-indexer-csv",
|
|
"raptor-search",
|
|
"raptor-http",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = true
|