Current section
Files
Jump to
Current section
Files
src/shigoto.app.src
{application,shigoto,
[{description,"Background job processing for the Nova ecosystem"},
{vsn,"1.2.1"},
{registered,[shigoto_sup]},
{mod,{shigoto_app,[]}},
{applications,[kernel,stdlib,crypto,pgo,telemetry,seki]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[]}]}.