diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 1c62a55..b959579 100644 --- a/rebar.config +++ b/rebar.config @@ -4,6 +4,9 @@ %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. {escript_incl_extra, [{"priv/templates/*", "."}]}. +{escript_incl_apps, + [getopt, erlydtl, erlware_commons, relx]}. +{escript_top_level_app, rebar}. %% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17. %% At the same time, their counterparts dict() and digraph() are to be @@ -28,3 +31,9 @@ - (\"diameter_dict_util\":\"format_error\"/\"1\") - (\"diameter_dict_util\":\"parse\"/\"2\"))", []}]}. + +{first_files, [rebar_provider]}. + +{deps, [{relx, "", + {git, "https://github.com/erlware/relx.git", + {branch, "master"}}}]}. |