mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-28 07:03:43 +00:00
* move to “crates” style folder * Update workspace * clear crate names * Rename crate folders based on feedback * Use workspace dependencies instead of paths * Move updated files from core
7 lines
107 B
Rust
7 lines
107 B
Rust
mod handler;
|
|
mod handshake;
|
|
mod introduction;
|
|
|
|
pub use handler::Inbox;
|
|
pub use introduction::Introduction;
|