forked from alemi/upub
chore: not all pub
This commit is contained in:
parent
5d7ce0e3c4
commit
6be1a445be
1 changed files with 7 additions and 6 deletions
13
src/main.rs
13
src/main.rs
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue