Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: add new modules to src/lib.rs
Lars Wirzenius committed 1 year ago
commit 1fbb4ccbd596a98021dfbf797a24f83573acc57d
parent 56c212a8cac857a8d6c3adfe48fc2890e8caa045
1 file changed +2 -0
modified src/lib.rs
@@ -13,6 +13,8 @@ pub mod error;
pub mod event;
pub mod msg;
pub mod pages;
+
pub mod queueadd;
+
pub mod queueproc;
pub mod run;
#[cfg(test)]
pub mod test;