Skip to content

Commit 6821942

Browse files
d-e-s-odanielocfb
authored andcommitted
Add direct links to documentation
Make the URL to the documentation of each of the library crates known so that it will be easier to click through to it from a crates.io search. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent e8be928 commit 6821942

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libbpf-cargo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rust-version.workspace = true
66
repository.workspace = true
77
homepage.workspace = true
88
license.workspace = true
9+
documentation = "https://docs.rs/libbpf-cargo"
910
description = "Cargo plugin to build bpf programs"
1011
readme = "README.md"
1112
authors = ["Daniel Xu <dxu@dxuuu.xyz>", "Daniel Müller <deso@posteo.net>"]

libbpf-rs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rust-version.workspace = true
66
repository.workspace = true
77
homepage.workspace = true
88
license.workspace = true
9+
documentation = "https://docs.rs/libbpf-rs"
910
description = "libbpf-rs is a safe, idiomatic, and opinionated wrapper around libbpf-sys"
1011
readme = "README.md"
1112
authors = ["Daniel Xu <dxu@dxuuu.xyz>", "Daniel Müller <deso@posteo.net>"]

0 commit comments

Comments
 (0)