fuzzysearch/fuzzysearch-ingest-weasyl/Cargo.toml
2021-02-20 21:16:58 -05:00

27 lines
514 B
TOML

[package]
name = "weasyl-watcher"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
anyhow = "1"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", 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.5"
default-features = false
features = ["runtime-tokio-native-tls", "macros", "postgres", "json", "offline"]