File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,13 @@ package.
244
244
``` toml
245
245
[package ]
246
246
# ...
247
- homepage = " https://serde.rs/ "
247
+ homepage = " https://serde.rs"
248
248
```
249
249
250
+ A value should only be set for ` homepage ` if there is a dedicated website for
251
+ the crate other than the source repository or API documentation. Do not make
252
+ ` homepage ` redundant with either the ` documentation ` or ` repository ` values.
253
+
250
254
### The ` repository ` field
251
255
252
256
The ` repository ` field should be a URL to the source repository for your
@@ -255,7 +259,7 @@ package.
255
259
``` toml
256
260
[package ]
257
261
# ...
258
- repository = " https://github.com/rust-lang/cargo/ "
262
+ repository = " https://github.com/rust-lang/cargo"
259
263
```
260
264
261
265
### The ` license ` and ` license-file ` fields
You can’t perform that action at this time.
0 commit comments