about summary refs log tree commit diff
path: root/indexer
diff options
context:
space:
mode:
Diffstat (limited to 'indexer')
-rw-r--r--indexer/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/indexer/Cargo.toml b/indexer/Cargo.toml
index 3627da8..28e6f17 100644
--- a/indexer/Cargo.toml
+++ b/indexer/Cargo.toml
@@ -8,10 +8,8 @@ edition = "2021"
 [dependencies]
 actix-web = "4.2.1"
 actix-cors = "0.6.3"
-serde = { version = "1.0", features = ["derive"] }
 scraper = "0.12.0"
 html2text = "0.4.3"
-rand = "0.7.3"
 serde_json = "1.0.87"
 lib = { path = "../lib" }