1234567891011121314151617 |
- [package]
- name = "woolvortex"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- reqwest = { version = "0.11", features = ["json", "socks","blocking"] }
- # tokio = { version = "1", features = ["full"] }
- macroquad = "0.3" # Simple and easy to use graphics library
- textwrap = "*"
- kuchiki = "*"
- structopt = "*"
- serde = { version = "1", features = ["derive"] }
|