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 /crawler | |
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 'crawler')
-rw-r--r-- | crawler/Cargo.toml | 1 |
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" |