Current section
Files
Jump to
Current section
Files
src/process_file.app.src
{application, process_file, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
mala,
simplifile]},
{description, "Automatically clean-up temporary files when processes exit"},
{modules, [process_file,
process_file@@main]},
{registered, []}
]}.