From baffd52c3c80ec20dba395ba63775eb7c493c50f Mon Sep 17 00:00:00 2001 From: Ju Date: Thu, 19 Sep 2019 22:18:53 +1200 Subject: [PATCH] Added package mustache (#1168) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fc1cb42..8f61fb2 100644 --- a/packages.json +++ b/packages.json @@ -14328,5 +14328,17 @@ "description": "Pure Nim stack implementation based on sequences.", "license": "MIT", "web": "https://github.com/rustomax/nim-stacks" + }, + { + "name": "mustache", + "url": "https://github.com/soasme/nim-mustache", + "method": "git", + "tags": [ + "mustache", + "template" + ], + "description": "Mustache in Nim", + "license": "MIT", + "web": "https://github.com/soasme/nim-mustache" } ]