mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 22:43:03 +00:00
27 lines
512 B
TOML
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"]
|