summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-11-24 15:09:34 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-11-25 11:42:00 +0100
commit351ad5e5e2dd67f427b7eb2e4d5d0b35d90ffaf7 (patch)
treee380871b253b926a64ad97a483f3ce870521f1de /Cargo.toml
parentd8169072d8f448caf4450b5154b1ec88fd0093e7 (diff)
store: Drop crate.
- The store has never been really used, and never reached a maturity where it was useful. And, we're on the verge of replacing it with the Shared PGP Certificate Directory.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4f48520..a573ddbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ members = [
"openpgp",
"openpgp-ffi",
"sq",
- "store",
]
[profile.release]