From 84f609c063dc4a838784bf2b418d1b5476dc83b1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Sat, 24 Nov 2018 10:42:40 +0100 Subject: Update packaging metadata in preparation for a release. --- tool/Cargo.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'tool/Cargo.toml') diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 0017c77f..d7f7b2f3 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,8 +1,24 @@ [package] name = "sequoia-tool" +description = "Command-line frontends for Sequoia" version = "0.1.0" -authors = ["Justus Winter "] +authors = [ + "Justus Winter ", + "Neal H. Walfield ", +] build = "build.rs" +documentation = "https://docs.sequoia-pgp.org/sq" +homepage = "https://sequoia-pgp.org/" +repository = "https://gitlab.com/sequoia-pgp/sequoia" +readme = "../README.md" +keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] +categories = ["cryptography", "authentication", "command-line-utilities"] +license = "GPL-3.0" + +[badges] +gitlab = { repository = "https://gitlab.com/sequoia-pgp/sequoia" } +maintenance = { status = "actively-developed" } [dependencies] openpgp = { path = "../openpgp" } -- cgit v1.2.3