Current section

Files

Jump to
tom src tom.app.src
Raw

src/tom.app.src

{application, tom, [
{vsn, "0.2.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A pure Gleam TOML parser!"},
{modules, [tom]},
{registered, []}
]}.