Current section

Files

Jump to
gleam_should_assertions src gleam_should_assertions.app.src
Raw

src/gleam_should_assertions.app.src

{application,gleam_should_assertions,
[{description,"A Gleam project"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib]},
{env,[]},
{modules,[]},
{include_files,["gleam.toml","gen"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/gleam-lang/should_assertions"}]}]}.