summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 57a82a1f..89763507 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -55,9 +55,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