about summary refs log tree commit diff
path: root/crawler
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 /crawler
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 'crawler')
-rw-r--r--crawler/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawler/Cargo.toml b/crawler/Cargo.toml
index 6badd7a..1f515d8 100644
--- a/crawler/Cargo.toml
+++ b/crawler/Cargo.toml
@@ -9,7 +9,6 @@ edition = "2021"
 reqwest = {version = "0.10.9", features = ["blocking", "json"]}
 scraper = "0.12.0"
 itertools = "0.10.5"
-serde = { version = "1.0", features = ["derive"] }
 tokio = { version = "0.2.22", features = ["full"] }
 async-channel = "1.7.1"
 url = "2.3.1"