GajuDesk/ebin/clutch.app
2025-01-31 19:14:59 +09:00

11 lines
482 B
Erlang

{application,clutch,
[{description,"A desktop client for the Gajumaru network of blockchain networks"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel,sasl,ssl]},
{vsn,"0.1.5"},
{modules,[clutch,gmc_con,gmc_grids,gmc_gui,gmc_jt,
gmc_key_master,gmc_sup,gmc_v,gmc_v_netman,
gmc_v_wallman]},
{mod,{clutch,[]}}]}.