diff options
Diffstat (limited to 'crawler/Cargo.toml')
-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" |