diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 7d98148..07b0c72 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -1,7 +1,8 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, {vsn, "1"}, - {modules, [ rebar_app_utils, + {modules, [ rebar, + rebar_app_utils, rebar_config, rebar_core, rebar_ct, |