You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/manifest.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Versioning](https://semver.org/), so make sure you follow some basic rules:
95
95
traits, fields, types, functions, methods or anything else.
96
96
* Use version numbers with three numeric parts such as 1.0.0 rather than 1.0.
97
97
98
+
<aid="the-authors-field-optional"></a>
98
99
#### The `authors` field
99
100
100
101
The `authors` field lists people or organizations that are considered the
@@ -106,6 +107,7 @@ brackets at the end of each author.
106
107
107
108
> **Note**: [crates.io] requires at least one author to be listed.
108
109
110
+
<aid="the-edition-field-optional"></a>
109
111
#### The `edition` field
110
112
111
113
You can opt in to a specific [Rust Edition] for your package with the
@@ -137,6 +139,7 @@ description = "A short description of my package"
137
139
138
140
> **Note**: [crates.io] requires the `description` to be set.
139
141
142
+
<aid="the-documentation-field-optional"></a>
140
143
#### The `documentation` field
141
144
142
145
The `documentation` field specifies a URL to a website hosting the crate's
0 commit comments