fuzzysearch/Cargo.toml
Syfaro dd7805d052
Webhooks (#8)
* Rough initial progress on webhooks.

* Better webhook error handling, use all ingesters.

* Include hash in webhook data.

* Always pull Rust image.

* Fix missing features.
2021-04-21 16:58:32 -04:00

19 lines
303 B
TOML

[workspace]
members = [
"fuzzysearch",
"fuzzysearch-common",
"fuzzysearch-ingest-e621",
"fuzzysearch-ingest-furaffinity",
"fuzzysearch-ingest-weasyl",
"fuzzysearch-webhook"
]
[profile.dev]
opt-level = 2
debug = true
[profile.release]
lto = true
codegen-units = 1
opt-level = 3