Cargo.toml 474 B

1234567891011121314151617
  1. [package]
  2. name = "woolvortex"
  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. reqwest = { version = "0.11", features = ["json", "socks","blocking"] }
  8. # tokio = { version = "1", features = ["full"] }
  9. macroquad = "0.3" # Simple and easy to use graphics library
  10. textwrap = "*"
  11. kuchiki = "*"
  12. structopt = "*"
  13. serde = { version = "1", features = ["derive"] }