aboutsummaryrefslogtreecommitdiffstats
path: root/lampada/src/connection/write.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lampada/src/connection/write.rs (renamed from luz/src/connection/write.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/luz/src/connection/write.rs b/lampada/src/connection/write.rs
index ff78b81..8f0c34b 100644
--- a/luz/src/connection/write.rs
+++ b/lampada/src/connection/write.rs
@@ -1,6 +1,6 @@
use std::ops::{Deref, DerefMut};
-use jabber::{connection::Tls, jabber_stream::bound_stream::BoundJabberWriter};
+use luz::{connection::Tls, jabber_stream::bound_stream::BoundJabberWriter};
use stanza::client::Stanza;
use tokio::{
sync::{mpsc, oneshot},