MeiliSearch/Cargo.toml

13 lines
171 B
TOML
Raw Normal View History

2018-07-06 21:50:19 +02:00
[workspace]
members = [
"raptor",
"raptor-indexer",
"raptor-indexer-csv",
2018-07-06 21:50:19 +02:00
"raptor-search",
"raptor-http",
2018-07-06 21:50:19 +02:00
]
[profile.release]
lto = true
debug = true