Current section
Files
Jump to
Current section
Files
src/glyph_codegen.app.src
{application, glyph_codegen, [
{vsn, "0.3.0"},
{applications, [argv,
glance,
gleam_bbmustache,
gleam_stdlib,
gleeunit,
justin,
shellout,
simplifile]},
{description, "Codegen for JSON"},
{modules, [glyph_codegen@codegen]},
{registered, []}
]}.