
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.
9 lines
166 B
Erlang
9 lines
166 B
Erlang
{application, enacl,
|
|
[
|
|
{description, "Erlang NaCl bindings"},
|
|
{vsn, "0.0.1"},
|
|
{registered, []},
|
|
{applications, [kernel, stdlib]},
|
|
{env, []}
|
|
]}.
|