chore: not all pub

This commit is contained in:
əlemi 2024-03-25 05:08:29 +01:00
parent 5d7ce0e3c4
commit 6be1a445be
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -1,11 +1,12 @@
pub mod model;
pub mod migrations;
pub mod activitystream;
pub mod activitypub;
pub mod server;
pub mod router;
pub mod errors;
pub mod auth;
mod model;
mod migrations;
mod server;
mod router;
mod errors;
mod auth;
mod dispatcher;
use clap::{Parser, Subcommand};