diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rebar.config b/rebar.config index acb1fad..bc593ae 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ {escript_incl_extra, [{"priv/templates/*", "."}, {"rebar/include/*", "."}]}. {escript_incl_apps, - [inets, getopt, erlydtl, erlware_commons, relx, rebar]}. + [inets, getopt, erlydtl, erlware_commons, relx, providers, rebar]}. {escript_top_level_app, rebar}. {escript_name, rebar3}. @@ -27,12 +27,13 @@ {platform_define, "^[0-9]+", namespaced_types} ]}. -{first_files, [rebar_provider]}. - -{deps, [{relx, "", +{deps, [{providers, "", + {git, "https://github.com/tsloughter/providers.git", + {branch, "master"}}}, + {relx, "", {git, "https://github.com/erlware/relx.git", {branch, "master"}}}, - {getopt, "", {git, "git@github.com:jcomellas/getopt.git", {branch, "master"}}}]}. + {getopt, "", {git, "git@github.com:jcomellas/getopt.git", {branch, "master"}}}]}. {erlydtl_opts, [{doc_root, "priv/templates"}, {compiler_options, [report, return, debug_info]}]}. |