]> piware.de Git - learn-rust.git/blob - async-http/Cargo.toml
dfca1b524f15388282d7e7806d33afe9bb8fe3d4
[learn-rust.git] / async-http / Cargo.toml
1 [package]
2 name = "async-http"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 log = "0.4"
10 env_logger = "0.9"