summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 273cdb31..3ccac87d 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -56,9 +56,11 @@ capnpc = "0.13"
[lib]
name = "sequoia_store"
path = "src/lib.rs"
+bench = false
[[bin]]
name = "sequoia-public-key-store"
path = "src/server.rs"
doc = false
required-features = ["background-services"]
+bench = false