Files
Vanillae/erlang/ebin/vanillae.app
T
2022-07-26 14:57:18 +09:00

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,[]}}]}.