13 lines
192 B
Markdown
Raw Normal View History

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