Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
/ paste Public archive

Commit 0a4161b

Browse files
committed
Add cargo.toml metadata to link to crate documentation
Without this, crates.io does not put a Documentation link on the search page.
1 parent 5a2bce1 commit 0a4161b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "1.0.14"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools", "no-std", "no-std::no-alloc"]
66
description = "Macros for all your token pasting needs"
7+
documentation = "https://docs.rs/paste"
78
edition = "2018"
89
keywords = ["macros"]
910
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)