Servers: Core objects required. Includes creation. Bump version to 0.5.0.

This commit is contained in:
Paul
2021-06-01 17:09:31 +01:00
parent a4c1fee4cc
commit bff72fa6c3
23 changed files with 415 additions and 59 deletions

View File

@@ -1,9 +1,9 @@
mod microservice;
mod channel;
mod message;
mod microservice;
mod server;
mod user;
mod sync;
mod user;
use microservice::*;
@@ -12,5 +12,5 @@ pub use channel::*;
pub use january::*;
pub use message::*;
pub use server::*;
pub use user::*;
pub use sync::*;
pub use user::*;