From 71158c6074d74ae02a32502320c98f0987cfd3d0 Mon Sep 17 00:00:00 2001 From: Namdak Tonpa Date: Sat, 29 Dec 2018 20:17:48 +0200 Subject: [PATCH] add eflame to apps --- rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config b/rebar.config index 91e3b037d..a7cd71b32 100644 --- a/rebar.config +++ b/rebar.config @@ -14,6 +14,7 @@ {rest, ".*", {git, "git://github.com/synrc/rest",{tag,"5.10"}}}, {review, ".*", {git, "git://github.com/synrc/review",{tag,"1.10"}}}, {gen_smtp, ".*", {git, "git://github.com/ne-luboff/gen_smtp",{tag,"master"}}}, + {eflame, ".*", {git, "git://github.com/proger/eflame",{tag,[]}}}, {emq_dashboard, ".*", {git, "git://github.com/ne-luboff/emq_dashboard",{tag,"master"}}}, {'opencensus-erlang', ".*", {git, "https://github.com/voxoz/opencensus-erlang",{tag, "v0.4.0"}}}, {libphonenumber_erlang, ".*", {git, "https://github.com/cryoflamer/libphonenumber_erlang.git",{tag,"master"}}}, -- GitLab