Don't build docs for the bin target
The library contains documentation covering both CLI and library usage, there's no separate documentation for just the binary target.
This commit is contained in:
parent
216179ef35
commit
6afcd75f07
@ -20,6 +20,7 @@ path = "src/lib.rs"
|
|||||||
[[bin]]
|
[[bin]]
|
||||||
name = "obsidian-export"
|
name = "obsidian-export"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
doc = false
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user