From 250f30d211543d57e93e2b46f887ab62d1f41e4c Mon Sep 17 00:00:00 2001 From: aspiring-aster <102690401+aspiring-aster@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:04:35 -0500 Subject: [PATCH] Add twim to packages.json (#2951) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 98c64cc..1b72aa6 100644 --- a/packages.json +++ b/packages.json @@ -34198,5 +34198,18 @@ "description": "Hot reloading for development of applications in Nim", "license": "GPLv3", "web": "https://github.com/navid-m/fox" + }, + { + "name": "twim", + "url": "https://github.com/aspiring-aster/twim", + "method": "git", + "tags": [ + "library", + "development", + "twitter" + ], + "description": "A X(Formally known as Twitter) API wrapper library for Nim", + "license": "MIT", + "web": "https://aspiring-aster.github.io/twim/" } ]