17 lines
273 B
Erlang
17 lines
273 B
Erlang
{application, enoise,
|
|
[{description, "An Erlang implementation of the Noise protocol"},
|
|
{vsn, "0.1.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
enacl
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|