core/src/lib.rs

5 lines
57 B
Rust

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