summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d95862..0937cad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,18 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
+futures-util = "0.3.30"
+reqwest = "0.12.7"
 scraper = "0.20.0"
 serde = { version = "1.0.209", features = ["derive"] }
 simd-json = "0.13.10"
+tokio = { version = "1.40.0", features = [
+	"macros",
+	"fs",
+	"rt",
+	"rt-multi-thread",
+] }
+tokio-stream = "0.1.16"
 tracing = "0.1.40"
 tracing-subscriber = "0.3.18"