diff options
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r-- | docs/user/manual.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index e95bff8f9..7e8adcdb7 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -287,6 +287,9 @@ interface JsonProject { | |||
287 | } | 287 | } |
288 | 288 | ||
289 | interface Crate { | 289 | interface Crate { |
290 | /// Optional crate name used for display purposes, without affecting semantics. | ||
291 | /// See the `deps` key for semantically-significant crate names. | ||
292 | display_name?: string; | ||
290 | /// Path to the root module of the crate. | 293 | /// Path to the root module of the crate. |
291 | root_module: string; | 294 | root_module: string; |
292 | /// Edition of the crate. | 295 | /// Edition of the crate. |