fuzzysearch/fuzzysearch-ingest-weasyl/Cargo.toml
2020-12-07 18:17:38 -06:00

27 lines
512 B
TOML

[package]
name = "weasyl-watcher"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
anyhow = "1"
reqwest = { version = "0.10", features = ["json"] }
tokio = { version = "0.2", features = ["full"] }
serde = "1"
serde_json = "1"
image = "0.23"
img_hash = "3"
sha2 = "0.9"
fuzzysearch-common = { path = "../fuzzysearch-common" }
[dependencies.sqlx]
version = "0.4"
default-features = false
features = ["runtime-tokio-rustls", "macros", "postgres", "json", "offline"]