diff --git a/libwebauthn/Cargo.toml b/libwebauthn/Cargo.toml index a003df60..66c1b100 100644 --- a/libwebauthn/Cargo.toml +++ b/libwebauthn/Cargo.toml @@ -2,9 +2,15 @@ name = "libwebauthn" description = "FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written in Rust " version = "0.5.0" -authors = ["Alfie Fresta "] +authors = [ + "Alfie Fresta ", + "Martin Sirringhaus ", + "Isaiah Inuwa ", +] edition = "2021" +license = "LGPL-2.1-or-later" license-file = "../COPYING" +readme = "../README.md" homepage = "https://github.com/linux-credentials" repository = "https://github.com/linux-credentials/libwebauthn" resolver = "2"