Current section
Files
Jump to
Current section
Files
src/touch_grass.app.src
{application, touch_grass, [
{vsn, "0.2.11"},
{applications, [eyg_analysis,
eyg_interpreter,
eyg_ir,
gleam_http,
gleam_stdlib,
gleam_time,
julienne,
multiformats,
ogre]},
{description, "Common effect types, decoders and encoders for your Eat Your Greens (EYG) runtime."},
{modules, [touch_grass,
touch_grass@@main,
touch_grass@abort,
touch_grass@copy,
touch_grass@cryptography@create_key,
touch_grass@cryptography@hash,
touch_grass@cryptography@sign,
touch_grass@decode_json,
touch_grass@download,
touch_grass@env,
touch_grass@eyg_parse,
touch_grass@fetch,
touch_grass@file_system@append_file,
touch_grass@file_system@cwd,
touch_grass@file_system@delete_file,
touch_grass@file_system@read_directory,
touch_grass@file_system@read_file,
touch_grass@file_system@write_file,
touch_grass@flip,
touch_grass@http,
touch_grass@interface,
touch_grass@now,
touch_grass@paste,
touch_grass@print,
touch_grass@prompt,
touch_grass@random,
touch_grass@sleep,
touch_grass@uri,
touch_grass@visit]},
{registered, []}
]}.