Skip to content

Commit

Permalink
reference/manifest: Adjust keywords description
Browse files Browse the repository at this point in the history
This adjusts the naming rules for keywords to match the implemented reality:

https://github.com/rust-lang/crates.io/blob/aab95692baa0dd2374a2ab5cb2cb2d89d7b2a2eb/src/models/keyword.rs#L56-L64
  • Loading branch information
Turbo87 authored Sep 19, 2023
1 parent 40b78fe commit 6a6b5e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ words that would help someone find this crate.
keywords = ["gamedev", "graphics"]
```

> **Note**: [crates.io] has a maximum of 5 keywords. Each keyword must be
> ASCII text, start with a letter, and only contain letters, numbers, `_` or
> `-`, and have at most 20 characters.
> **Note**: [crates.io] allows a maximum of 5 keywords. Each keyword must be
> ASCII text, have at most 20 characters, start with an alphanumeric character,
> and only contain letters, numbers, `_`, `-` or `+`.
### The `categories` field

Expand Down

0 comments on commit 6a6b5e0

Please sign in to comment.