Cargo.toml 285 B

123456789101112
  1. [package]
  2. name = "anthony"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. html5ever = "0.26.0"
  8. regex = "1.9.5"
  9. reqwest = "0.11.20"
  10. tokio = { version = "1.32.0", features = ["full"] }