about summary refs log tree commit diff
path: root/indexer
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 13:01:39 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 13:08:28 +0100
commit3681dc443116a8f3b48595fea3d584187bef3599 (patch)
tree32be1c887422138d12cfd2b20f3432303c5d8aef /indexer
parentMisc: Add local lib crate to share common structs (diff)
downloadOSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.gz
OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.bz2
OSSE-3681dc443116a8f3b48595fea3d584187bef3599.zip
Misc: Remove unneeded dependencies
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" }