summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-20 13:12:12 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-20 13:12:12 +0200
commit9da86d3be7d9ad0c87b95a20eaacfb7835a7a7ee (patch)
treeb9aadc3d45f53324c61c19a861a57b9a61f7dc10 /store/Cargo.toml
parent548d6cf5615473b6b7a34c23d0715868009c021c (diff)
store: Rename the key store binary and rendezvous point.
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"]