add crypto, syntax_tools and tools to applications key as dependencies

This commit is contained in:
alisdair sullivan 2012-04-30 22:54:00 -07:00
parent dc472bd958
commit 80f91af2d2

View file

@ -40,7 +40,10 @@
{registered, []},
{applications, [kernel,
stdlib,
sasl]},
sasl,
crypto,
syntax_tools,
tools]},
{env, [
%% Default log level
{log_level, error},