Current section
Files
Jump to
Current section
Files
src/touch_grass.app.src
{application, touch_grass, [
{vsn, "0.1.0"},
{applications, [eyg_interpreter,
gleam_http,
gleam_stdlib,
julienne,
ogre]},
{description, "Common effect types, decoders and encoders for your Eat Your Greens (EYG) runtime."},
{modules, [touch_grass@@main,
touch_grass@decode_json,
touch_grass@fetch,
touch_grass@http,
touch_grass@read]},
{registered, []}
]}.