summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2012-06-06 19:48:45 -0700
committerDave Smith <dizzyd@dizzyd.com>2012-06-06 19:48:45 -0700
commit9d6f7d480a9d8c0e5df1ae42874ecd7b21a74690 (patch)
treebeda04232ea59cc7b85614c687c71ba8b898457c /ebin
parent1c98f6ccd4adc915167d4302d732d79e4da3d390 (diff)
parent79d173c49dabcebb85b9b64f34351cabe5a5ae2b (diff)
downloadrebar-9d6f7d480a9d8c0e5df1ae42874ecd7b21a74690.tar.gz
Merge pull request #220 from talentdeficit/patch-1
add crypto, syntax_tools and tools to applications key as dependencies
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app6
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},