aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2024-11-24 02:04:45 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2024-11-24 02:04:45 +0000
commit35f164cdb6324c6dfb635f8de93a8221861a5991 (patch)
treef858e55999007046e511acce17b9e35bc1585ba4 /src/lib.rs
parent40024d2dadba9e70edb2f3448204565ce3f68ab7 (diff)
downloadluz-35f164cdb6324c6dfb635f8de93a8221861a5991.tar.gz
luz-35f164cdb6324c6dfb635f8de93a8221861a5991.tar.bz2
luz-35f164cdb6324c6dfb635f8de93a8221861a5991.zip
implement starttls
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
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;