aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/state.rs
diff options
context:
space:
mode:
authorKapten Z∅∅m <55669224+default-username-852@users.noreply.github.com>2020-12-24 06:53:19 +0100
committerGitHub <noreply@github.com>2020-12-24 06:53:19 +0100
commit58947a7a3acaa1ae04887723643a49db76479f00 (patch)
tree66aeb40782bdb904adb21e6940679cb432ff0d83 /mumd/src/state.rs
parentc38ec422588c5b5f1f6701a698dff5eeff30f0f2 (diff)
parentded5b573004f867bc9fe9644d4d4fe3a81c48b99 (diff)
downloadmum-58947a7a3acaa1ae04887723643a49db76479f00.tar.gz
Merge pull request #32 from sornas/mumble-protocol-cleanup
remove mumlibs dependency on rust-mumble-protocol
Diffstat (limited to 'mumd/src/state.rs')
-rw-r--r--mumd/src/state.rs2
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};