summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-09-04 12:13:54 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-09-04 12:13:54 -0400
commitcae21da31ff795cc21ec19288fcdc5fdb8a713c7 (patch)
treec3ae1f5fdfc6ebd703a9387b1108671c003b7eaa /src/lib.rs
parent2c999920d8f6f0b320960b01721e1f29f4078755 (diff)
Allow any login to create channels.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 80cf5a4..3b8bbcd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,4 @@
+mod channel;
pub mod cli;
mod clock;
mod error;