get_a_thousand_status_codes/Cargo.toml

13 lines
375 B
TOML
Raw Normal View History

2020-08-17 10:33:48 +00:00
[package]
name = "get_a_thousand_status_codes"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.10.7"
tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] }
futures-util = "0.3.5"