docs: add Rust in building crosvm

Noticed there's no mention of Rust in the book to build crosvm, so
adding it here.

BUG=N/A
TEST=mdbook build

Change-Id: Id667e1dc4f99e459b0a592fcce69a8f402fd3beb
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5939968
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Auto-Submit: Elie Kheirallah <khei@google.com>
This commit is contained in:
Elie Kheirallah 2024-10-17 17:06:41 +00:00 committed by crosvm LUCI
parent 4f06b28a94
commit 9861eeb943

View file

@ -2,6 +2,8 @@
This chapter describes how to build crosvm on each host OS:
Pre-requisite: install [Rust](https://www.rust-lang.org/).
- [Linux](./linux.md)
- [Windows](./windows.md)