src/textx.app.src
{application, textx, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "A small string utilities library written in Gleam"},
{modules, [textx,
textx@@main]},
{registered, []}
]}.
{application, textx, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "A small string utilities library written in Gleam"},
{modules, [textx,
textx@@main]},
{registered, []}
]}.