Current section
Files
Jump to
Current section
Files
src/simplifile.app.src
{application, simplifile, [
{vsn, "2.3.0"},
{applications, [filepath,
gleam_stdlib]},
{description, "Basic file operations that work on all targets"},
{modules, [simplifile,
simplifile@@main,
simplifile_erl]},
{registered, []}
]}.