Current section
Files
Jump to
Current section
Files
src/touch_grass.app.src
{application, touch_grass, [
{vsn, "0.2.1"},
{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@file_system@append_file,
touch_grass@file_system@read_directory,
touch_grass@file_system@read_file,
touch_grass@file_system@write_file,
touch_grass@http]},
{registered, []}
]}.