From c5dcc344d89c9780e36e58ae400d57b87ef7016c Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 3 Dec 2016 22:07:02 +0000 Subject: [PATCH] Added package etcd_client --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1d99b2b..43945b9 100644 --- a/packages.json +++ b/packages.json @@ -5526,5 +5526,17 @@ "description": "Pudge Db - it's modern key/value storage with memcached protocol support. Pudge Db implements a high-level cross-platform sockets interface to sophia db.", "license": "MIT", "web": "https://github.com/recoilme/pudge" + }, + { + "name": "etcd_client", + "url": "https://github.com/FedericoCeratto/nim-etcd-client", + "method": "git", + "tags": [ + "library", + "etcd" + ], + "description": "etcd client library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-etcd-client" } ]