diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 21:41:15 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 21:41:15 +0100 |
| commit | 8a72910a6e70a486a9ed61acd0856f89db99cceb (patch) | |
| tree | 42ef69ec3dcd169b7c6a2337e235a5ce6b44d0a9 | |
| parent | 03939199a9a35ea005995e8069f106995b08601c (diff) | |
| parent | 709270885325b24f602b683d632468b780040aed (diff) | |
| download | packages-8a72910a6e70a486a9ed61acd0856f89db99cceb.tar.gz packages-8a72910a6e70a486a9ed61acd0856f89db99cceb.zip | |
Merge pull request #180 from rgv151/patch-3
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" } ] |
