feat(async): re-export bytes dependency whose types appear in API

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-Andre Lureau 2024-07-23 16:37:48 +04:00 committed by Benoît Cortier
parent ddfd0bde2a
commit 867d7bfe9d

View file

@ -1,6 +1,8 @@
#[macro_use]
extern crate tracing;
pub use bytes;
mod connector;
mod framed;
mod session;