* move stuff in here * reorganizing because zx needs to feel special * add base58/base64 explainer draft
8 lines
234 B
Erlang
8 lines
234 B
Erlang
{application,jex,
|
|
[{description,"jex"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[jex]}]}.
|