From 245def8e44c06679b2e02dbad6775f7c99ef52b4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 30 Dec 2018 10:06:59 -0300 Subject: [PATCH] Added package steam (#972) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3d7d87b..f3d43f6 100644 --- a/packages.json +++ b/packages.json @@ -12306,5 +12306,20 @@ "description": "Unsplash API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-unsplash" + }, + { + "name": "steam", + "url": "https://github.com/juancarlospaco/nim-steam", + "method": "git", + "tags": [ + "steam", + "game", + "gaming", + "async", + "multisync" + ], + "description": "Steam API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-steam" } ]