mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 14:32:56 +00:00
15ab9563e0
* Initial attempt at a worker to refresh old data. * Build refresh image on non-master branches. * Allow specifying missing batch sizes. * Store more data for deleted submissions. * Add refresh to builds. * Update furaffinity-rs dependency. * Update furaffinity-rs, again. * Update refresh Dockerfile to avoid extra build. * Update faktory dependency. * Update deleted flag migration order.
19 lines
314 B
TOML
19 lines
314 B
TOML
[workspace]
|
|
members = [
|
|
"fuzzysearch-common",
|
|
|
|
"fuzzysearch",
|
|
"fuzzysearch-hash-input",
|
|
"fuzzysearch-webhook",
|
|
|
|
"fuzzysearch-ingest-e621",
|
|
"fuzzysearch-ingest-furaffinity",
|
|
"fuzzysearch-ingest-weasyl",
|
|
|
|
"fuzzysearch-refresh",
|
|
]
|
|
|
|
[profile.dev.package."*"]
|
|
opt-level = 2
|
|
debug = true
|