From 3e77773d04b14e23b01846fa3ad2d044e99fb963 Mon Sep 17 00:00:00 2001 From: Feng Date: Tue, 19 Jul 2016 17:58:31 +0800 Subject: [PATCH] generated by erlang.mk --- rebar.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rebar.config diff --git a/rebar.config b/rebar.config new file mode 100644 index 000000000..5306e0ae0 --- /dev/null +++ b/rebar.config @@ -0,0 +1,4 @@ +{deps, [ +{gproc,".*",{git,"https://github.com/uwiger/gproc.git",""}},{lager,".*",{git,"https://github.com/basho/lager.git",""}},{gen_logger,".*",{git,"https://github.com/emqtt/gen_logger.git",""}},{gen_conf,".*",{git,"https://github.com/emqtt/gen_conf.git",""}},{esockd,".*",{git,"https://github.com/emqtt/esockd.git","udp"}},{mochiweb,".*",{git,"https://github.com/emqtt/mochiweb.git",""}} +]}. +{erl_opts, [{parse_transform,lager_transform}]}.