Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 2e31816

Browse files
cargo: add documentation field
Allegedly this is done automatically, but I've seen so many crates without a link to the documentation...
1 parent b0c3dc3 commit 2e31816

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 @@ description = "Binding to and a wrapper for the pidfd_getfd syscall"
44
license = "MIT OR Apache-2.0"
55
version = "0.1.0"
66
edition = "2018"
7+
documentation = "https://docs.rs/pidfd_getfd"
78
repository = "https://github.com/PatchMixolydic/pidfd_getfd"
89
keywords = ["pidfd", "linux", "syscall", "passing", "descriptors"]
910
categories = ["api-bindings", "external-ffi-bindings", "os::linux-apis"]

0 commit comments

Comments
 (0)