Files
Craig Everett 7fc0c63394 V0.4.1 (#9)
* 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
2023-09-15 10:43:32 +09:00

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