Current section
Files
Jump to
Current section
Files
src/shine.app.src
{application,shine,
[{description,"A test runner for Gleam and Erlang."},
{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/jeffkreeftmeijer/shine"}]}]}.