fuzzysearch/Cargo.toml

19 lines
558 B
TOML
Raw Normal View History

2019-04-11 22:28:15 +00:00
[package]
name = "fa-watcher"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
2019-12-18 08:31:10 +00:00
reqwest = { git = "https://github.com/seanmonstar/reqwest" }
2019-12-13 09:22:37 +00:00
postgres = { version = "0.17.0-alpha.2", features = ["with-chrono-0_4"] }
2019-12-18 08:31:10 +00:00
tokio = { version = "0.2", features = ["macros", "time"] }
2019-12-13 09:22:37 +00:00
tokio-postgres = { version = "0.5.0-alpha.2" }
r2d2_postgres = " 0.16.0-alpha.2"
r2d2 = "0.8"
chrono = "0.4"
2019-04-11 22:28:15 +00:00
[dependencies.furaffinity-rs]
2019-04-13 20:37:29 +00:00
git = "https://git.huefox.com/syfaro/furaffinity-rs"
2020-01-02 05:08:29 +00:00
rev = "fb0a65a1619e6f9bfecdcb4badcfc8be1e78911f"