summaryrefslogtreecommitdiff
path: root/rust/scraper/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/scraper/Cargo.toml')
-rw-r--r--rust/scraper/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/scraper/Cargo.toml b/rust/scraper/Cargo.toml
index 0e0ab40..4a13f01 100644
--- a/rust/scraper/Cargo.toml
+++ b/rust/scraper/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+async-trait = "0.1.57"
chrono = "0.4.21"
futures = "0.3.21"
parking_lot = "0.12.1"
@@ -13,8 +14,9 @@ pbjson-types = "0.4.0"
proto = { path = "../proto" }
reqwest = { version = "0.11.11", features = ["json", "rustls-tls"] }
serde = { version = "1.0.143", features = ["derive"] }
+sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "chrono"] }
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["full"] }
[dev-dependencies]
-mockito = "0.31.0" \ No newline at end of file
+mockito = "0.31.0"