From e69841a170f44cb8a9969a4ab1cfb672e7d9d224 Mon Sep 17 00:00:00 2001 From: Sanath Govindarajan Date: Tue, 18 Apr 2023 14:16:27 -0500 Subject: [PATCH] re-export hyper dependency --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index bbe971f..c723cd3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -93,6 +93,7 @@ pub mod storage; mod types; +pub use hyper; pub use hyper_rustls; #[cfg(feature = "service_account")]