aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-05-15 09:05:04 +0200
committermetamuffin <metamuffin@disroot.org>2023-05-15 09:05:04 +0200
commit87e4512f24b886a5df045ba11ce731b3ffc3e848 (patch)
tree60cb5478728633af5f0bc46afbf6d79b72b66ce1 /common/src/lib.rs
parent35dadb32b152b391c78e09285eedfaec416a45fb (diff)
downloadjellything-87e4512f24b886a5df045ba11ce731b3ffc3e848.tar
jellything-87e4512f24b886a5df045ba11ce731b3ffc3e848.tar.bz2
jellything-87e4512f24b886a5df045ba11ce731b3ffc3e848.tar.zst
old uncommited stuff, dunno what it does
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index 080e061..427ec1a 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -1,5 +1,5 @@
-pub mod r#impl;
pub mod api;
+pub mod r#impl;
use bincode::{Decode, Encode};
use serde::{Deserialize, Serialize};