Skip to content

Commit 1f502b2

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 e2f0f30 commit 1f502b2

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)