From 80f91af2d25cb7e280834a4b03f85f48493ab13c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 30 Apr 2012 22:54:00 -0700 Subject: [PATCH] add crypto, syntax_tools and tools to applications key as dependencies --- ebin/rebar.app | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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},