diff --git a/README.md b/README.md index 500099a..bf221e3 100644 --- a/README.md +++ b/README.md @@ -152,4 +152,14 @@ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for detai ## Related Templates -- **Single-Package Template**: [simple-rust-template](https://github.com/itscheems/simple-rust-template) - For single-package applications +Part of a small family of project templates by [@itscheems](https://github.com/itscheems). Pick the one matching your project shape: + +| | Single-package / single-module | Multi-package / multi-module monorepo | +| -------- | --------------------------------- | ------------------------------------------------ | +| **Rust** | [`simple-rust-template`][srt] | [`rust-template`][rt] — Cargo workspace | +| **Go** | [`simple-golang-template`][sgt] | [`golang-template`][gt] — `go.work` multi-module | + +[srt]: https://github.com/itscheems/simple-rust-template +[rt]: https://github.com/itscheems/rust-template +[sgt]: https://github.com/itscheems/simple-golang-template +[gt]: https://github.com/itscheems/golang-template