chore: modularize .tool-versions (#10919)

Not all tools are needed for all parts of the codebase. In order to avoid installing all tools, we create nested `.tool-versions` files that list the specific dev-tools needed for a certain part of the product.
This commit is contained in:
Thomas Eizinger
2025-11-21 08:28:05 +11:00
committed by GitHub
parent 528db7d9c5
commit 32df4b399a
8 changed files with 21 additions and 18 deletions

2
rust/.tool-versions Normal file
View File

@@ -0,0 +1,2 @@
# GUI client
pnpm 10.18.3