fuzzysearch/fuzzysearch-webhook/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

21 lines
418 B
TOML

[package]
name = "fuzzysearch-webhook"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-unwrap = "0.9"
thiserror = "1"
faktory = "0.11"
reqwest = { version = "0.11", features = ["blocking", "json"] }
anyhow = "1"
serde_json = "1"
r2d2 = "0.8"
r2d2_postgres = "0.18"
fuzzysearch-common = { path = "../fuzzysearch-common" }