summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parentd17090a6ffce19ab0fb786a7e3bfb72c47256531 (diff)
Update packaging metadata in preparation for a release.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d9e7b6f..79b638f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,23 @@
[package]
name = "sequoia"
+description = "A cool new OpenPGP implementation"
version = "0.1.0"
-authors = ["Neal H. Walfield <neal@gnu.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/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
-publish = false # not yet...
+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" }
[workspace]