get_a_thousand_status_codes/Cargo.toml

14 lines
393 B
TOML

[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"
chrono = "0.4.15"