This commit is contained in:
Michael Zhang 2021-07-13 14:36:11 -05:00
parent 87a1018070
commit c3f2037668
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 4 additions and 0 deletions

3
imap/src/client2/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub struct Client {
}

View file

@ -25,6 +25,7 @@ extern crate log;
#[macro_use] #[macro_use]
extern crate pest_derive; extern crate pest_derive;
pub mod client2;
pub mod client; pub mod client;
pub mod codec; pub mod codec;
pub mod command; pub mod command;