diff --git a/Cargo.toml b/Cargo.toml index 6c73ee9..809692c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,4 @@ reqwest = "0.11.18" scraper = "0.16.0" serde = { version = "1.0.164", features = ["derive"] } serde_json = "1.0.97" +tokio = {version="1.32.0",features=["macros","rt-multi-thread"]}