We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2b39d commit 6d3fa01Copy full SHA for 6d3fa01
1 file changed
libwebauthn/Cargo.toml
@@ -2,7 +2,11 @@
2
name = "libwebauthn"
3
description = "FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written in Rust "
4
version = "0.5.0"
5
-authors = ["Alfie Fresta <afresta@noentropy.org>"]
+authors = [
6
+ "Alfie Fresta <afresta@noentropy.org>",
7
+ "Martin Sirringhaus <martin.sirringhaus@suse.com>",
8
+ "Isaiah Inuwa <isaiah.inuwa@gmail.com>",
9
+]
10
edition = "2021"
11
license = "LGPL-2.1-or-later"
12
license-file = "../COPYING"
0 commit comments