Explorar el Código

add crypto, syntax_tools and tools to applications key as dependencies

pull/3/head
alisdair sullivan hace 13 años
padre
commit
80f91af2d2
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      ebin/rebar.app

+ 4
- 1
ebin/rebar.app Ver fichero

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

Cargando…
Cancelar
Guardar