From 349a2e88c3bf24ed06ec52b5ca4f53578d134228 Mon Sep 17 00:00:00 2001 From: jameszow Date: Sun, 20 Aug 2023 09:36:06 +0800 Subject: [PATCH] add async_h1 --- summer-boot/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/summer-boot/Cargo.toml b/summer-boot/Cargo.toml index 5d2d5e0..3d514ca 100644 --- a/summer-boot/Cargo.toml +++ b/summer-boot/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/summer-os/summer-boot" homepage = "https://summeros.io/" [features] -default = ["macros"] +default = ["macros", "async-h1"] macros = [ "summer-boot-macro" ] @@ -33,6 +33,7 @@ async-std = { version = "1.8.0", features = ["attributes"] } async-trait = "0.1.41" async-channel = "1.5.1" async-dup = "1.2.2" +async-h1 = { version = "2.3.0", optional = true } #pin pin-project = "1.0.2"