Created
June 15, 2023 08:25
-
-
Save oldtune/b2c70ab23df64e50471e5c4d9f21413d to your computer and use it in GitHub Desktop.
crawler rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "crawler" | |
version = "0.1.0" | |
edition = "2021" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[dependencies] | |
tl = "0.7.7" | |
reqwest = { version = "0.11.18", features = ["gzip"] } | |
tokio = { version = "1.28.2", features = ["full"] } | |
anyhow = "1.0.71" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment