Skip to content

Commit 8607c35

Browse files
committed
Tell docs.rs to use dox feature
Just learned about docs.rs which automatically builds docs for crates. Tell it to build i3ipc with the "dox" feature, which it should listen to thanks to onur/docs.rs#73.
1 parent 3edc6db commit 8607c35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ i3-4-13 = ["i3-4-12"]
1818
i3-4-14 = ["i3-4-13"]
1919
i3-next = ["i3-4-14"]
2020
dox = ["i3-next"]
21+
22+
[package.metadata.docs.rs]
23+
features = ["dox"]

0 commit comments

Comments
 (0)