Add ebin/enoise.app
This commit is contained in:
parent
ce950b2331
commit
b9f214a49d
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,7 +7,7 @@ _*
|
||||
*.swp
|
||||
*.swo
|
||||
.erlang.cookie
|
||||
ebin
|
||||
ebin/*.beam
|
||||
log
|
||||
erl_crash.dump
|
||||
.rebar
|
||||
|
12
ebin/enoise.app
Normal file
12
ebin/enoise.app
Normal file
@ -0,0 +1,12 @@
|
||||
{application,enoise,
|
||||
[{description,"Noise protocol"},
|
||||
{vsn,"1.3.0"},
|
||||
{registered,[]},
|
||||
{applications,[kernel,stdlib,crypto]},
|
||||
{env,[]},
|
||||
{modules,[enoise,enoise_cipher_state,enoise_connection,
|
||||
enoise_crypto,enoise_hs_state,enoise_keypair,
|
||||
enoise_protocol,enoise_sym_state]},
|
||||
{maintainers,["Hans Svensson"]},
|
||||
{licenses,["ISC"]},
|
||||
{links,[{"Github","https://github.com/aeternity/enoise"}]}]}.
|
Loading…
x
Reference in New Issue
Block a user