enacl/src/enacl.app.src
Jesper Louis Andersen 3cbff94709 Clean up: remove the application module which we don't need for a library.
This is not like the `crypto` subsystem, where a runner is needed to keep the
crypto system up and running. Rather, we can run without an application runner.
2014-11-25 14:12:54 +01:00

9 lines
166 B
Erlang

{application, enacl,
[
{description, "Erlang NaCl bindings"},
{vsn, "0.0.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []}
]}.