summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-24 10:42:40 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-24 10:42:40 +0100
commit84f609c063dc4a838784bf2b418d1b5476dc83b1 (patch)
treeaeb161c1fcd6dae7239b38668e5b6a73aad7aff5 /core
parentd17090a6ffce19ab0fb786a7e3bfb72c47256531 (diff)
Update packaging metadata in preparation for a release.
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"