Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/non_cargo_based_projects.md')
-rw-r--r--docs/book/src/non_cargo_based_projects.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/book/src/non_cargo_based_projects.md b/docs/book/src/non_cargo_based_projects.md
index bbdb48bbbc..befb631ec0 100644
--- a/docs/book/src/non_cargo_based_projects.md
+++ b/docs/book/src/non_cargo_based_projects.md
@@ -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.
///