xmpp: Replace std stuff with alloc/core stuff

This commit is contained in:
xmppftw xmppftw 2024-12-19 19:32:49 +01:00 committed by Emmanuel Gil Peyrot
commit 668cc05445
3 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@
#![deny(bare_trait_objects)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
extern crate alloc;
pub use tokio_xmpp;
pub use tokio_xmpp::jid;
pub use tokio_xmpp::minidom;