Current section

Files

Jump to
gleam_toml src gleam_toml.app.src
Raw

src/gleam_toml.app.src

{application, gleam_toml, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Nothing here yet..."},
{modules, [gleam_html]},
{registered, []}
]}.