Update packages.json - add yubikey_otp (#2962)

This commit is contained in:
Thomas T. Jarløv 2025-01-03 11:02:43 +01:00 committed by GitHub
parent c20d8dafa4
commit 39cbb75022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34341,5 +34341,17 @@
"description": "Nim for Godot GDExtension. A pure library and a CLI tool.",
"license": "MIT",
"web": "https://github.com/godot-nim/gdext-nim"
},
{
"name": "yubikey_otp",
"url": "https://github.com/ThomasTJdev/nim_yubikey_otp",
"method": "git",
"tags": [
"yubikey",
"otp"
],
"description": "Simple validator and utils for Yubikey OTP",
"license": "MIT",
"web": "https://github.com/ThomasTJdev/nim_yubikey_otp"
}
]