diff options
| author | Eskil Q <eskilq@kth.se> | 2020-12-23 19:53:36 +0100 |
|---|---|---|
| committer | Eskil Q <eskilq@kth.se> | 2020-12-23 19:53:36 +0100 |
| commit | ded5b573004f867bc9fe9644d4d4fe3a81c48b99 (patch) | |
| tree | 5a03d1426461d403d917881839f2d67bebb473fa /mumd/src/state.rs | |
| parent | 2902064db5c24ac30cb1a58fd44832b02ee478be (diff) | |
| download | mum-ded5b573004f867bc9fe9644d4d4fe3a81c48b99.tar.gz | |
remove mumlibs dependency on rust-mumble-protocol
Diffstat (limited to 'mumd/src/state.rs')
| -rw-r--r-- | mumd/src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs index 7a4704a..aba0931 100644 --- a/mumd/src/state.rs +++ b/mumd/src/state.rs @@ -16,7 +16,7 @@ use mumble_protocol::voice::Serverbound; use mumlib::command::{Command, CommandResponse}; use mumlib::config::Config; use mumlib::error::{ChannelIdentifierError, Error}; -use mumlib::state::UserDiff; +use crate::state::user::UserDiff; use std::net::{SocketAddr, ToSocketAddrs}; use tokio::sync::{mpsc, watch}; |
