From 401f0be40cc0f37d821d0c85d70f06073ac56ab0 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 26 Dec 2018 19:29:57 +0100 Subject: [PATCH] Detail on dependency policy. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7da4791..729e659 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The goal is to make simple to write simple adhoc XMPP clients: - For writing simple chatbot to control a service or a thing. - For writing XMPP servers components. +The library is designed to have minimal dependencies. For now the library does not depends on any other library. + ## Usage Please, check GoDoc for more information: [gosrc.io/xmpp](https://godoc.org/gosrc.io/xmpp)