From 822d3cd7ebc789c9f62df61e0c3c620ad012d52c Mon Sep 17 00:00:00 2001 From: Arham Jain <7073362+ajusa@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:28:02 -0500 Subject: [PATCH] Update packages.json (#2433) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index a0668fe..79952d9 100644 --- a/packages.json +++ b/packages.json @@ -28261,5 +28261,16 @@ "description": "🚋 Traffic Analysis in Nim", "license": "GPL-3.0", "web": "https://github.com/facorazza/tram" + }, + { + "name": "rowdy", + "url": "https://github.com/ajusa/rowdy", + "method": "git", + "tags": [ + "web", + "routing" + ], + "description": "Automatically bind procs to the mummy web server", + "license": "MIT" } ]