GajuDesk/ebin/clutch.app
2024-09-26 21:54:04 +09:00

9 lines
358 B
Erlang

{application,clutch,
[{description,"A desktop client for the Gajumaru network of blockchain networks"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[clutch,gmc_con,gmc_gui,gmc_sup]},
{mod,{clutch,[]}}]}.