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