8 lines
300 B
Erlang
8 lines
300 B
Erlang
{application,resolver,
|
|
[{description,"Resolves and verifies service endpoints via Gajumaru lookup"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[resolver]}]}.
|