aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-01 21:52:53 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-01 21:52:53 +0200
commit6eafafe5297c54aa5cb38790c45ba189b47d755e (patch)
treee79428752295c185aed6713f24b1202d2a0a35b3 /common/src/lib.rs
parentff9060ea0987e29e4d468ff7c9fed7cc7109bf2b (diff)
downloadjellything-6eafafe5297c54aa5cb38790c45ba189b47d755e.tar
jellything-6eafafe5297c54aa5cb38790c45ba189b47d755e.tar.bz2
jellything-6eafafe5297c54aa5cb38790c45ba189b47d755e.tar.zst
remote downloa
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index 323070b..3f91a6c 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -4,6 +4,7 @@
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
pub mod r#impl;
+pub mod config;
use bincode::{Decode, Encode};
use serde::{Deserialize, Serialize};