mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 06:23:08 +00:00
18 lines
317 B
TOML
18 lines
317 B
TOML
[workspace]
|
|
members = [
|
|
"fuzzysearch-common",
|
|
|
|
"fuzzysearch-api",
|
|
"fuzzysearch-hash-input",
|
|
"fuzzysearch-refresh",
|
|
"fuzzysearch-webhook",
|
|
|
|
"fuzzysearch-ingest-e621",
|
|
"fuzzysearch-ingest-furaffinity",
|
|
"fuzzysearch-ingest-weasyl",
|
|
]
|
|
|
|
[profile.dev.package."*"]
|
|
opt-level = 2
|
|
debug = true
|