fix cargo.toml
This commit is contained in:
parent
ce1a08975b
commit
b4982722a7
|
@ -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"]}
|
||||
|
|
Loading…
Reference in New Issue