Database: Add user settings sync entity.

Run cargo fmt.
This commit is contained in:
Paul
2021-05-26 11:02:16 +01:00
parent 7aad88ad3f
commit 5aa9624d5c
13 changed files with 67 additions and 41 deletions

View File

@@ -1,9 +1,11 @@
mod autumn;
mod microservice;
mod channel;
mod january;
mod message;
mod server;
mod user;
mod sync;
use microservice::*;
pub use autumn::*;
pub use channel::*;
@@ -11,3 +13,4 @@ pub use january::*;
pub use message::*;
pub use server::*;
pub use user::*;
pub use sync::*;