get_a_thousand_status_codes/Cargo.toml

14 lines
393 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"
2020-08-17 12:19:16 +00:00
chrono = "0.4.15"