From f753c3ecd20c4a448403d2d7d9b334a289f9e5b3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 20 Oct 2020 17:13:15 +0200 Subject: Support Display name in project.json --- docs/user/manual.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/user/manual.adoc') 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 { } interface Crate { + /// Optional crate name used for display purposes, without affecting semantics. + /// See the `deps` key for semantically-significant crate names. + display_name?: string; /// Path to the root module of the crate. root_module: string; /// Edition of the crate. -- cgit v1.2.3