. ├── Cargo.lock ├── Cargo.toml ├── LICENSE ├── monas-account │ ├── Cargo.toml │ ├── rustfmt.toml │ └── src │ ├── application_service │ ├── domain │ ├── infrastructure │ ├── lib.rs │ └── presentation ├── monas-contents │ ├── Cargo.toml │ └── src │ └── lib.rs ├── src │ └── main.rs └── structure.md
10 directories, 10 files