From 59dc22dda43bb3dcd68c53eff78bec77bcf6d1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Tue, 20 May 2025 10:02:05 -0700 Subject: [PATCH] Add direct link to documentation Make the URL to the documentation of the library crate known so that it will be easier to click through to it from a crates.io search. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b39597c..306b851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ description = "Rust bindings to libbpf from the Linux kernel" readme = "README.md" repository = "https://github.com/libbpf/libbpf-sys" homepage = "https://github.com/libbpf/libbpf-sys" +documentation = "https://docs.rs/libbpf-sys" keywords = ["bpf", "ebpf", "xdp"] authors = [ "Alex Forster ",