diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.json b/config.json index 5105fd1..31a1a28 100644 --- a/config.json +++ b/config.json @@ -13,6 +13,24 @@ "vcs": "git", "repo": "https://github.com/neonxp/jsonrpc2", "desc": "Имплементация сервера JSON-RPC 2.0 с генериками." + }, + "collection": { + "pkg": "collection", + "vcs": "git", + "repo": "https://github.com/neonxp/collection", + "desc": "Коллекция методов для работы с коллекциями" + }, + "cluster": { + "pkg": "cluster", + "vcs": "git", + "repo": "https://github.com/neonxp/go-cluster", + "desc": "p2p cluster" + }, + "extra": { + "pkg": "extra", + "vcs": "git", + "repo": "https://github.com/neonxp/extra", + "desc": "Пакет с разными полезными функциями без дополнительных зависимостей." } } } |