aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 22ea718..1434823 100644
--- a/packages.json
+++ b/packages.json
@@ -4901,5 +4901,18 @@
"web": "https://github.com/smallfx/luna.nim",
"license": "MIT",
"method": "git"
+ },
+ {
+ "name": "qrcode",
+ "description": "module for creating and reading QR codes using http://goqr.me/",
+ "tags": [
+ "qr",
+ "qrcode",
+ "api"
+ ],
+ "url": "https://github.com/achesak/nim-qrcode",
+ "web": "https://github.com/achesak/nim-qrcode",
+ "license": "MIT",
+ "method": "git"
}
]