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

Commit

Permalink
cargo: add documentation field
Browse files Browse the repository at this point in the history
Allegedly this is done automatically, but I've seen so many crates
without a link to the documentation...
  • Loading branch information
PatchMixolydic committed Aug 6, 2021
1 parent b0c3dc3 commit 2e31816
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 @@ 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"]
Expand Down

0 comments on commit 2e31816

Please sign in to comment.