summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:16:22 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:16:22 +0200
commit00b4765f4f9239890fa83708199487fbcd648c78 (patch)
tree89d5f402fcd77f317148828aa5bd101af2dcdc7f
parent7e5cba84faf34f590daf577829327f7ab27099e1 (diff)
openpgp: Add new authors.
-rw-r--r--openpgp/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 51989352..2d0cbb26 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -3,9 +3,12 @@ name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
version = "0.16.0"
authors = [
+ "Igor Matuszewski <igor@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
+ "Nora Widdecke <nora@sequoia-pgp.org>",
+ "Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>",
]
build = "build.rs"
documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_openpgp"