Skip to content

Commit

Permalink
Add cargo.toml metadata to link to crate documentation
Browse files Browse the repository at this point in the history
Without this, crates.io does not put a Documentation link on the search page.
  • Loading branch information
dtolnay committed Oct 18, 2023
1 parent 5a2bce1 commit 0a4161b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "1.0.14"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools", "no-std", "no-std::no-alloc"]
description = "Macros for all your token pasting needs"
documentation = "https://docs.rs/paste"
edition = "2018"
keywords = ["macros"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 0a4161b

Please sign in to comment.