diff options
| author | Dave Smith <dizzyd@dizzyd.com> | 2012-06-06 19:48:45 -0700 | 
|---|---|---|
| committer | Dave Smith <dizzyd@dizzyd.com> | 2012-06-06 19:48:45 -0700 | 
| commit | 9d6f7d480a9d8c0e5df1ae42874ecd7b21a74690 (patch) | |
| tree | beda04232ea59cc7b85614c687c71ba8b898457c | |
| parent | 1c98f6ccd4adc915167d4302d732d79e4da3d390 (diff) | |
| parent | 79d173c49dabcebb85b9b64f34351cabe5a5ae2b (diff) | |
Merge pull request #220 from talentdeficit/patch-1
add crypto, syntax_tools and tools to applications key as dependencies
| -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}, | 
