Document sysroot_project field in rust-project.json

This commit is contained in:
Wilfred Hughes 2025-06-23 10:42:11 +01:00
parent 9a0434ec19
commit 18855c9775

View file

@ -40,6 +40,9 @@ interface ProjectJson {
/// several different "sysroots" in one graph of
/// crates.
sysroot_src?: string;
/// A ProjectJson describing the crates of the sysroot.
sysroot_project?: ProjectJson;
/// List of groups of common cfg values, to allow
/// sharing them between crates.
///