Skip to content

Commit 6648fc8

Browse files
Add details to Cargo.toml
1 parent d1dada9 commit 6648fc8

File tree

2 files changed

+57
-54
lines changed

2 files changed

+57
-54
lines changed

Cargo.lock

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwebauthn/Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[package]
2-
name = "xdg-credentials-portal"
3-
version = "0.1.1"
2+
name = "libwebauthn"
3+
description = "FIDO2 (WebAuthn) and FIDO U2F platform library for Linux written in Rust "
4+
version = "0.1.2"
45
authors = ["Alfie Fresta <alfie.fresta@gmail.com>"]
56
edition = "2021"
7+
license-file = "../COPYING"
8+
homepage = "https://github.com/linux-credentials"
9+
repository = "https://github.com/linux-credentials/libwebauthn"
610

711
[lib]
812
name = "libwebauthn"
@@ -13,7 +17,6 @@ default = []
1317
hid-device-tests = ["virtual-hid-device"]
1418
virtual-hid-device = ["solo"]
1519

16-
1720
[dependencies]
1821
base64-url = "2.0.0"
1922
dbus = "0.9.5"

0 commit comments

Comments
 (0)