aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/lib.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-31 02:27:26 +0100
committerEskil Queseth <eskilq@kth.se>2020-10-31 02:27:26 +0100
commit11c823701b12f10933b40044a12cc4048ccf8bd2 (patch)
treeb3d0b6c844383f8a45cd5081459928b75136ab95 /mumlib/src/lib.rs
parent8fb4edd72dfcb2b71e91eedc5861360101374967 (diff)
downloadmum-11c823701b12f10933b40044a12cc4048ccf8bd2.tar.gz
add support for mumctl server list
Diffstat (limited to 'mumlib/src/lib.rs')
-rw-r--r--mumlib/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/lib.rs b/mumlib/src/lib.rs
index a54990e..439efa9 100644
--- a/mumlib/src/lib.rs
+++ b/mumlib/src/lib.rs
@@ -7,6 +7,7 @@ use colored::*;
use log::*;
pub const SOCKET_PATH: &str = "/var/tmp/mumd";
+pub const DEFAULT_PORT: u16 = 64738;
pub fn setup_logger<T: Into<fern::Output>>(target: T, color: bool) {
fern::Dispatch::new()