mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 14:32:56 +00:00
16 lines
212 B
TOML
16 lines
212 B
TOML
[workspace]
|
|
members = [
|
|
"fuzzysearch",
|
|
"fuzzysearch-common",
|
|
"fuzzysearch-ingest-furaffinity"
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
debug = true
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|