Skip to content

Commit dc61f30

Browse files
chore(cargo): add SPDX license identifier and include README in the crate
1 parent 6a0e737 commit dc61f30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libwebauthn/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description = "FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written
44
version = "0.5.0"
55
authors = ["Alfie Fresta <alfie.fresta@gmail.com>"]
66
edition = "2021"
7+
license = "LGPL-2.1-or-later"
78
license-file = "../COPYING"
9+
readme = "../README.md"
810
homepage = "https://github.com/linux-credentials"
911
repository = "https://github.com/linux-credentials/libwebauthn"
1012
resolver = "2"

0 commit comments

Comments
 (0)