aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index 940bea2..5f9f45e 100644
--- a/packages.json
+++ b/packages.json
@@ -1910,7 +1910,7 @@
"description": "Financial Library for Nim",
"license": "MIT",
"web": "https://github.com/qqtop/NimFinLib"
- },
+ },
{
"name": "libssh2",
"url": "https://github.com/rgv151/libssh2.nim",
@@ -1919,6 +1919,14 @@
"description": "Nim wrapper for libssh2",
"license": "MIT",
"web": "https://github.com/rgv151/libssh2.nim"
+ },
+ {
+ "name": "rethinkdb",
+ "url": "https://github.com/rgv151/rethinkdb.nim",
+ "method": "git",
+ "tags": ["rethinkdb", "driver", "client", "json"],
+ "description": "RethinkDB driver for Nim",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/rethinkdb.nim"
}
-
]