Skip to content

Commit 9487c0b

Browse files
committed
publish
1 parent 1da8699 commit 9487c0b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Nargo.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
[package]
22
name = "webauthn"
33
type = "lib"
4-
authors = ["Oleh Misarosh <[email protected]"]
4+
description = "Webauthn/Passkeys signature verification in Noir"
5+
version = "0.37.0"
6+
authors = ["Oleh Misarosh <[email protected]>"]
7+
repository = "https://github.com/olehmisar/noir_webauthn"
8+
keywords = [
9+
"Noir",
10+
"webauthn",
11+
"passkeys",
12+
"authentication",
13+
"secp256r1",
14+
"p256",
15+
]
516

617
[dependencies]
718
base64 = { git = "https://github.com/noir-lang/noir_base64", tag = "v0.3.1" }

0 commit comments

Comments
 (0)