Skip to content

Instantly share code, notes, and snippets.

@oldtune
Created June 15, 2023 08:25
Show Gist options
  • Save oldtune/b2c70ab23df64e50471e5c4d9f21413d to your computer and use it in GitHub Desktop.
Save oldtune/b2c70ab23df64e50471e5c4d9f21413d to your computer and use it in GitHub Desktop.
crawler rust
[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