diff options
author | 2024-11-24 02:04:45 +0000 | |
---|---|---|
committer | 2024-11-24 02:04:45 +0000 | |
commit | 35f164cdb6324c6dfb635f8de93a8221861a5991 (patch) | |
tree | f858e55999007046e511acce17b9e35bc1585ba4 /src/lib.rs | |
parent | 40024d2dadba9e70edb2f3448204565ce3f68ab7 (diff) | |
download | luz-35f164cdb6324c6dfb635f8de93a8221861a5991.tar.gz luz-35f164cdb6324c6dfb635f8de93a8221861a5991.tar.bz2 luz-35f164cdb6324c6dfb635f8de93a8221861a5991.zip |
implement starttls
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |