Skip to content

Commit cd14af5

Browse files
committed
fix: merge resolve
1 parent 70d9207 commit cd14af5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cot/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub(crate) mod utils;
8484

8585
#[cfg(feature = "openapi")]
8686
pub use aide;
87+
pub use bytes;
8788
/// A wrapper around a handler that's used in [`Bootstrapper`].
8889
///
8990
/// It is returned by [`Bootstrapper::finish`]. Typically, you don't need to
@@ -181,6 +182,7 @@ pub use cot_macros::e2e_test;
181182
/// ```
182183
pub use cot_macros::main;
183184
pub use cot_macros::test;
185+
pub use http;
184186
#[cfg(feature = "openapi")]
185187
pub use schemars;
186188
pub use toml;

0 commit comments

Comments
 (0)