[package] name = "get_a_thousand_status_codes" version = "0.1.0" authors = ["Jan Christian Grünhage "] 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"