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, 1 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 816adff1..43f672ba 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -30,7 +30,7 @@ name = "sequoia_store"
path = "src/lib.rs"
[[bin]]
-name = "keystore"
+name = "sequoia-public-key-store"
path = "src/server.rs"
doc = false
required-features = ["background-services"]