aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]