1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate serde;

pub mod app;
pub mod domain;
mod err;
pub mod infra;

pub use err::Error;