- Create (sub)command structure. - First experimental dispatcher to start the daemon.
8 lines
118 B
Rust
8 lines
118 B
Rust
pub mod defaults;
|
|
pub mod husk_context;
|
|
pub mod mail_context;
|
|
pub mod errors;
|
|
pub mod recipient;
|
|
pub mod introducer;
|
|
|