summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]