Skip to content

Commit 3a49d41

Browse files
kristof-matteiJohnTitor
authored andcommitted
fix: build rust docs for all features, so that we can see TokioSocket and others in docs.rs.
1 parent 5c08a3a commit 3a49d41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ readme = "README.md"
1010
repository = "https://github.com/rust-netlink/netlink-sys"
1111
description = "netlink sockets, with optional integration with tokio"
1212

13+
[package.metadata.docs.rs]
14+
all-features = true
15+
rustdoc-args = ["--generate-link-to-definition"]
16+
1317
[dependencies]
1418
bytes = "1.8"
1519
libc = "0.2.164"

0 commit comments

Comments
 (0)