From 35f164cdb6324c6dfb635f8de93a8221861a5991 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 24 Nov 2024 02:04:45 +0000 Subject: implement starttls --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 306b0fd..88b91a6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,9 +8,6 @@ pub mod jabber; pub mod jid; pub mod stanza; -#[macro_use] -extern crate lazy_static; - pub use connection::Connection; pub use error::Error; pub use jabber::Jabber; -- cgit