aboutsummaryrefslogtreecommitdiff
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 81d1155..7d1d850 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -3,6 +3,7 @@ use bincode::config::Configuration;
pub mod data;
pub mod service;
+pub mod message_encoders;
pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new();
pub const BINCODE_CONFIG : Configuration = config::standard(); \ No newline at end of file