From 2e318163e102be46fce131404d717d34c3bacab7 Mon Sep 17 00:00:00 2001 From: Ruby Lazuli Date: Thu, 5 Aug 2021 20:51:25 -0500 Subject: [PATCH] cargo: add documentation field Allegedly this is done automatically, but I've seen so many crates without a link to the documentation... --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c2926f3..7f72ed4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "Binding to and a wrapper for the pidfd_getfd syscall" license = "MIT OR Apache-2.0" version = "0.1.0" edition = "2018" +documentation = "https://docs.rs/pidfd_getfd" repository = "https://github.com/PatchMixolydic/pidfd_getfd" keywords = ["pidfd", "linux", "syscall", "passing", "descriptors"] categories = ["api-bindings", "external-ffi-bindings", "os::linux-apis"]