mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 14:32:56 +00:00
26 lines
547 B
TOML
26 lines
547 B
TOML
|
[package]
|
||
|
name = "fuzzysearch-refresh"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Syfaro <syfaro@huefox.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
tracing = "0.1"
|
||
|
tracing-unwrap = "0.9"
|
||
|
anyhow = "1"
|
||
|
thiserror = "1"
|
||
|
|
||
|
tokio = "1"
|
||
|
tokio-stream = "0.1"
|
||
|
futures = "0.3"
|
||
|
|
||
|
faktory = "0.11"
|
||
|
sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "postgres", "macros", "json", "offline", "chrono"] }
|
||
|
|
||
|
chrono = "0.4"
|
||
|
reqwest = "0.11"
|
||
|
|
||
|
furaffinity-rs = { git = "https://github.com/Syfaro/furaffinity-rs" }
|
||
|
|
||
|
fuzzysearch-common = { path = "../fuzzysearch-common" }
|