8 lines
323 B
Erlang
8 lines
323 B
Erlang
{application,erl_base58,
|
|
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.1"},
|
|
{modules,[base58]}]}.
|