diff --git a/ejabberd_auth_http/rebar.config b/ejabberd_auth_http/rebar.config new file mode 100644 index 0000000..33275ce --- /dev/null +++ b/ejabberd_auth_http/rebar.config @@ -0,0 +1,4 @@ +{deps, [ + {cuesport, ".*", {git, "https://github.com/goj/cuesport"}}, + {fusco, ".*", {git, "https://github.com/esl/fusco"}} + ]}.