mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
22 lines
579 B
TOML
22 lines
579 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["milli", "filter-parser", "flatten-serde-json", "json-depth-checker", "http-ui", "benchmarks", "infos", "helpers", "cli"]
|
|
default-members = ["milli"]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
# Make sure that the build scripts and proc-macros are compiled with
|
|
# all the optimizations. It speeds up the zip crate that we use in the build.rs.
|
|
[profile.dev.build-override]
|
|
opt-level = 3
|
|
[profile.release.build-override]
|
|
opt-level = 3
|
|
[profile.bench.build-override]
|
|
opt-level = 3
|
|
[profile.test.build-override]
|
|
opt-level = 3
|