Skip to content

Commit 6d3fa01

Browse files
chore(cargo): credit Martin and Isaiah as authors
1 parent 4e2b39d commit 6d3fa01

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

libwebauthn/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name = "libwebauthn"
33
description = "FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written in Rust "
44
version = "0.5.0"
5-
authors = ["Alfie Fresta <afresta@noentropy.org>"]
5+
authors = [
6+
"Alfie Fresta <afresta@noentropy.org>",
7+
"Martin Sirringhaus <martin.sirringhaus@suse.com>",
8+
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
9+
]
610
edition = "2021"
711
license = "LGPL-2.1-or-later"
812
license-file = "../COPYING"

0 commit comments

Comments
 (0)