summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml18
1 files changed, 17 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 33298259..ff72d799 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,23 @@
[package]
name = "sequoia-core"
+description = "Policies for Sequoia"
version = "0.1.0"
-authors = ["Justus Winter <justus@pep-project.org>"]
+authors = [
+ "Justus Winter <justus@sequoia-pgp.org",
+ "Kai Michaelis <kai@sequoia-pgp.org>",
+ "Neal H. Walfield <neal@sequoia-pgp.org>",
+]
+documentation = "https://docs.sequoia-pgp.org/sequoia_core"
+homepage = "https://sequoia-pgp.org/"
+repository = "https://gitlab.com/sequoia-pgp/sequoia"
+readme = "../README.md"
+keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
+categories = ["cryptography", "authentication", "email"]
+license = "GPL-3.0"
+
+[badges]
+gitlab = { repository = "https://gitlab.com/sequoia-pgp/sequoia" }
+maintenance = { status = "actively-developed" }
[dependencies]
dirs = "1.0"