From ae33bb44dfbc1cc7b893e98c2142da18f95b4279 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:56:45 -0500 Subject: [PATCH] Added package rabbit (#1676) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1febc8b..67e19b0 100644 --- a/packages.json +++ b/packages.json @@ -19963,5 +19963,19 @@ "description": "FastCGI Web Framework for Nim.", "license": "MIT", "web": "https://github.com/mrhdias/fastkiss" + }, + { + "name": "rabbit", + "url": "https://github.com/Knaque/rabbit", + "method": "git", + "tags": [ + "library", + "chroma", + "color", + "theme" + ], + "description": "The Hundred Rabbits theme ecosystem brought to Nim.", + "license": "MIT", + "web": "https://github.com/Knaque/rabbit" } ]