Current section

Files

Jump to
libp2p_crypto src libp2p_crypto.app.src
Raw

src/libp2p_crypto.app.src

{application,libp2p_crypto,
[{description,"An Erlang library for libp2p related cryptography functions"},
{vsn,"1.3.0"},
{registered,[]},
{applications,[kernel,stdlib,crypto,enacl,ecc_compact,multiaddr,
erl_base58]},
{env,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/helium/libp2p-crypto"}]}]}.