Current section
Files
Jump to
Current section
Files
src/asset.app.src
{application, asset, [
{vsn, "1.0.0"},
{applications, [argv,
filepath,
glance,
gleam_stdlib,
glexer,
simplifile]},
{description, "A tool for converting to Gleam's new `assert` syntax"},
{modules, [asset,
asset@@main]},
{registered, []}
]}.