From c55a272180c3dbe040fd00b9f966c7a3b75f845d Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Sat, 14 Mar 2020 15:00:55 +0700 Subject: [PATCH] Added package akane (#1397) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cb109ba..89bb645 100644 --- a/packages.json +++ b/packages.json @@ -16950,6 +16950,19 @@ "description": "An embedded text editor for paranim games", "license": "Public Domain" }, + { + "name": "akane", + "url": "https://github.com/ethosa/akane", + "method": "git", + "tags": [ + "async", + "web", + "framework" + ], + "description": "The Nim asynchronous web framework.", + "license": "MIT", + "web": "https://github.com/ethosa/akane" + }, { "name": "roots", "url": "https://github.com/BarrOff/roots",