core/src/lib.rs

6 lines
69 B
Rust

pub mod encrypting;
pub mod db;
mod chat;
pub use chat::front_conn;