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 activitystream;
|
||||||
pub mod activitypub;
|
pub mod activitypub;
|
||||||
pub mod server;
|
|
||||||
pub mod router;
|
mod model;
|
||||||
pub mod errors;
|
mod migrations;
|
||||||
pub mod auth;
|
mod server;
|
||||||
|
mod router;
|
||||||
|
mod errors;
|
||||||
|
mod auth;
|
||||||
mod dispatcher;
|
mod dispatcher;
|
||||||
|
|
||||||
use clap::{Parser, Subcommand};
|
use clap::{Parser, Subcommand};
|
||||||
|
|
Loading…
Reference in a new issue