mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
refactor(workspace): decompose project into multiple crates
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
pub mod server;
|
||||
|
||||
mod stream;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
mod tls;
|
||||
Reference in New Issue
Block a user