From 6afcd75f075ee2cbc44f529eb7df3f0773b0530f Mon Sep 17 00:00:00 2001 From: Nick Groenen Date: Sun, 12 Sep 2021 14:42:07 +0200 Subject: [PATCH] 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d76d0fd..0f30a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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