Directory Structure Reviewed

pallets/
└── property-management/
    ├── src/
    │   ├── lib.rs
    │   ├── mock.rs
    │   ├── tests.rs
    │   └── benchmarking.rs
    ├── Cargo.toml
    └── README.md

Last updated