## Crates
Each subdirectory should be a normal Cargo package (or crate) with its own `Cargo.toml`.
Something like this:
```text
crates/
app-name/
Cargo.toml
src/
main.rs
```