diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-30 13:01:39 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-30 13:08:28 +0100 |
commit | 3681dc443116a8f3b48595fea3d584187bef3599 (patch) | |
tree | 32be1c887422138d12cfd2b20f3432303c5d8aef /indexer | |
parent | Misc: Add local lib crate to share common structs (diff) | |
download | OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.gz OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.bz2 OSSE-3681dc443116a8f3b48595fea3d584187bef3599.zip |
Misc: Remove unneeded dependencies
Diffstat (limited to 'indexer')
-rw-r--r-- | indexer/Cargo.toml | 2 |
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" } |