* Add ec_utils dep * Add base58 dep. Add search tags to zomp package. * Add nonsensical TLS feature. * Minor verup. Adding TLS support. * Correct option name * Patch increase
9 lines
379 B
Erlang
9 lines
379 B
Erlang
{application,vanillae,
|
|
[{description,"Erlang library for ecommerce use of the Aeternity blockchain"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.4.1"},
|
|
{modules,[vanillae,vanillae_fetcher,vanillae_man,vanillae_sup]},
|
|
{mod,{vanillae,[]}}]}.
|