From 35702f6c02502deee798efd8bcbdf7940a68de1c Mon Sep 17 00:00:00 2001 From: archnim <68890552+archnim@users.noreply.github.com> Date: Sat, 6 May 2023 18:00:50 +0000 Subject: [PATCH] Added package sunk (#2586) Co-authored-by: Gabriel Huber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6f78cd7..784d717 100644 --- a/packages.json +++ b/packages.json @@ -30074,5 +30074,17 @@ "description": "macro for partially applied calls", "license": "MIT", "web": "https://github.com/metagn/dirtydeeds" + }, + { + "name": "sunk", + "url": "https://github.com/archnim/sunk", + "method": "git", + "tags": [ + "async", + "futures" + ], + "description": "Few async tools for nim (then, catch, finally, and more)", + "license": "MIT", + "web": "https://github.com/archnim/sunk" } ]