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