summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2018-01-09 17:41:54 +0100
committerJustus Winter <justus@pep-project.org>2018-01-09 17:42:01 +0100
commit90883c82c86b60616cf1909459836926b95b1d0a (patch)
tree8af720ac9eb8d478a4d8e38d5c5375fd3143eb00 /store/Cargo.toml
parent31ae5bf9fb5234395fc2116b73476101a04abfa3 (diff)
store: Disable documentation for the 'keystore' binary.
- It is not intended to be used directly, no need to clutter the documentation with it.
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 130e2b00..d994f408 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -29,4 +29,5 @@ path = "src/lib.rs"
[[bin]]
name = "keystore"
path = "src/server.rs"
+doc = false
required-features = ["background-services"]