Initial project setup

This commit is contained in:
Hans Svensson
2018-03-01 11:42:59 +01:00
commit cb626ab07c
5 changed files with 59 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{application, enoise,
[{description, "An Erlang implementation of the Noise protocol"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib,
enacl
]},
{env,[]},
{modules, []},
{maintainers, []},
{licenses, []},
{links, []}
]}.