diff options
author | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2012-04-30 22:54:00 -0700 |
---|---|---|
committer | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2012-04-30 22:54:00 -0700 |
commit | 80f91af2d25cb7e280834a4b03f85f48493ab13c (patch) | |
tree | ad160a26dd382aa830c8dd3878b4dc8a2675a38e | |
parent | dc472bd958dac5823872007ff569886138623284 (diff) |
add crypto, syntax_tools and tools to applications key as dependencies
-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}, |