diff options
| author | Huy ☭ <rgv151@users.noreply.github.com> | 2015-05-29 02:45:58 +0700 |
|---|---|---|
| committer | Huy ☭ <rgv151@users.noreply.github.com> | 2015-05-29 02:45:58 +0700 |
| commit | 709270885325b24f602b683d632468b780040aed (patch) | |
| tree | 42ef69ec3dcd169b7c6a2337e235a5ce6b44d0a9 | |
| parent | 03939199a9a35ea005995e8069f106995b08601c (diff) | |
| download | packages-709270885325b24f602b683d632468b780040aed.tar.gz packages-709270885325b24f602b683d632468b780040aed.zip | |
add otp package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index adc9767..8b4d808 100644 --- a/packages.json +++ b/packages.json @@ -1605,5 +1605,14 @@ "description": "Base32 library for Nim", "license": "MIT", "web": "https://github.com/rgv151/base32.nim" + }, + { + "name": "otp", + "url": "https://github.com/rgv151/otp.nim", + "method": "git", + "tags": ["otp", "hotp", "totp", "time", "password", "one", "google", "authenticator"], + "description": "One Time Password library for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/otp.nim" } ] |
