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 ",