1
0
Fork 0
forked from alemi/upub

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 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};