# {{PROJECT_NAME}}
Empty Actor-RTC Rust workload shell.
## Next steps
1. Define your local services in `protos/local/local.proto`.
2. Run `actr gen -l rust`.
3. Implement the generated handler scaffold in `src/`.
4. Run `actr build` to package the workload.