10 lines
412 B
Erlang
10 lines
412 B
Erlang
{application,vanillae,
|
|
[{description,"Erlang library for ecommerce use of the Aeternity blockchain"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[v_client,v_client_man,v_client_sup,v_clients,v_sup,
|
|
vanillae]},
|
|
{mod,{vanillae,[]}}]}.
|