diff options
Diffstat (limited to 'crawler/Cargo.toml')
-rw-r--r-- | crawler/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crawler/Cargo.toml b/crawler/Cargo.toml index 486729a..cd828ad 100644 --- a/crawler/Cargo.toml +++ b/crawler/Cargo.toml @@ -11,6 +11,7 @@ reqwest = {version = "0.11", features = ["blocking", "json"]} scraper = "0.12.0" itertools = "0.10.5" serde = { version = "1.0", features = ["derive"] } +tokio = { version = "0.2.22", features = ["full"] } [[bin]] name = "crawler" |