]> piware.de Git - learn-rust.git/blobdiff - async-http/Cargo.toml
async-http: Move to async main and handler function
[learn-rust.git] / async-http / Cargo.toml
index dfca1b524f15388282d7e7806d33afe9bb8fe3d4..92c94f55844386e63136b65f558b21b19e75612d 100644 (file)
@@ -8,3 +8,7 @@ edition = "2021"
 [dependencies]
 log = "0.4"
 env_logger = "0.9"
+
+[dependencies.async-std]
+version = "1.6"
+features = ["attributes"]