summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-11-03 12:55:53 +0100
committerJustus Winter <justus@pep-project.org>2017-11-21 16:43:33 +0100
commit909e126d92a5019ce01f912b7dbb3baef1344d62 (patch)
tree30cea0c026898ae52aeb67d41e3c7a1ad0877e08 /Cargo.toml
parent2ea747773dda6e1bd1438d0f04b951b82f70a545 (diff)
Disable documentation for the 'sequoia' binary.
- Cargo refuses to build documentation when both a library and a binary use the same name.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa7f3c21..e39e4914 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,6 @@ name = "sequoia"
path = "src/lib.rs"
[[bin]]
+doc = false
name = "sequoia"
path = "src/sequoia.rs"