diff options
-rw-r--r-- | ebin/rebar.app | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 5689b35..111a4c6 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -40,7 +40,11 @@ {registered, []}, {applications, [kernel, stdlib, - sasl]}, + sasl, + compiler, + crypto, + syntax_tools, + tools]}, {env, [ %% Default log level {log_level, error}, |