8 lines
258 B
Erlang
8 lines
258 B
Erlang
{application,vw,
|
|
[{description,"Simple command line ae wallet"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[vw]}]}.
|