Merge pull request #59 from onionhammer/patch-2

Added nimrod templates module
This commit is contained in:
Dominik Picheta 2014-05-26 00:25:40 +01:00
commit 4f55954f1c

View File

@ -29,6 +29,16 @@
"web": "https://github.com/dom96/jester"
},
{
"name": "templates",
"url": "https://github.com/onionhammer/nim-templates.git",
"method": "git",
"tags": ["web", "html", "template"],
"description": "A simple string templating library for Nimrod.",
"license": "BSD",
"web": "https://github.com/onionhammer/nim-templates"
},
{
"name": "murmur",
"url": "git://github.com/olahol/nimrod-murmur/",