diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 02a2094..d9e590c 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -23,8 +23,10 @@ rebar_rel_utils, rebar_reltool, rebar_subdirs, + rebar_templater, rebar_utils, - getopt ]}, + getopt, + mustache ]}, {registered, []}, {applications, [kernel, stdlib, @@ -39,7 +41,8 @@ %% any_dir processing modules {any_dir_modules, [ rebar_subdirs, - rebar_deps + rebar_deps, + rebar_templater ]}, %% Dir specific processing modules |