get_a_thousand_status_codes/Cargo.toml
Jan Christian Grünhage e26c6d4273 initial commit
2020-08-17 12:33:48 +02:00

13 lines
375 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"