root: init rust workspace (#20983)

This commit is contained in:
Marc 'risson' Schmitt
2026-03-19 14:12:00 +00:00
committed by GitHub
parent 25d3d5751e
commit 894f134893
24 changed files with 859 additions and 769 deletions

View File

@@ -18,6 +18,7 @@ Before you begin, ensure you have the following tools installed. You can run the
- [Python](https://www.python.org/) (3.14)
- [uv](https://docs.astral.sh/uv/getting-started/installation/) (Latest stable release)
- [Rust](https://rust-lang.org/learn/get-started/) (We provide a `rust-toolchain.toml` file for the correct version, and we use the nightly toolchain to run formatting with rustfmt.)
- [Go](https://go.dev/) (1.26 or later)
- [Node.js](https://nodejs.org/en) (24 or later)
- [PostgreSQL](https://www.postgresql.org/) (16 or later)