diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 0c6e4c3..e042ca5 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -40,7 +40,10 @@ {registered, []}, {applications, [kernel, stdlib, - sasl]}, + sasl, + crypto, + syntax_tools, + tools]}, {env, [ %% Default log level {log_level, error}, |