fuzzysearch/Cargo.toml

17 lines
385 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]
reqwest = "^0.9"
postgres = {version = "^0.15", features = ["with-chrono"]}
r2d2_postgres = "^0.14"
r2d2 = "^0.8"
chrono = "^0.4"
[dependencies.furaffinity-rs]
2019-04-13 20:37:29 +00:00
git = "https://git.huefox.com/syfaro/furaffinity-rs"
2019-04-13 21:19:14 +00:00
rev = "9a131bdf3b88ba9ba532ba262643be5b1efa3a5d"