Reexport tokio_xmpp from xmpp crate

This commit is contained in:
xmppftw xmppftw 2024-07-31 14:28:15 +02:00 committed by Link Mauve
commit eb51b05c13

View file

@ -6,6 +6,7 @@
#![deny(bare_trait_objects)]
pub use tokio_xmpp;
pub use tokio_xmpp::jid;
pub use tokio_xmpp::minidom;
pub use tokio_xmpp::parsers;