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:
Nick Groenen 2021-09-12 14:42:07 +02:00
parent 216179ef35
commit 6afcd75f07
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ path = "src/lib.rs"
[[bin]]
name = "obsidian-export"
path = "src/main.rs"
doc = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html