diff --git a/packages.json b/packages.json index fe4e9d1..f504eb5 100644 --- a/packages.json +++ b/packages.json @@ -24013,5 +24013,18 @@ "description": "make anything async [to be honest, fake async]", "license": "MIT", "web": "https://github.com/hamidb80/asyncanything" + }, + { + "name": "dslutils", + "url": "https://github.com/codehz/dslutils", + "method": "git", + "tags": [ + "dsl", + "macro", + "pattern" + ], + "description": "A macro collection for creating DSL in nim", + "license": "MIT", + "web": "https://github.com/codehz/dslutils" } ]