mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
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:
parent
ddfd0bde2a
commit
867d7bfe9d
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub use bytes;
|
||||
|
||||
mod connector;
|
||||
mod framed;
|
||||
mod session;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue