This commit is contained in:
Craig Everett
2022-07-26 14:57:18 +09:00
commit 962a817341
12 changed files with 804 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{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,[]}}]}.