Current section
Files
Jump to
Current section
Files
src/playground.app.src
{application, playground, [
{vsn, "1.2.0"},
{applications, [gleam_http,
gleam_httpc,
gleam_stdlib,
gleeunit]},
{description, "I am playing with publishing a package."},
{modules, [add_pairs,
calculator,
fetch,
group_by_odds_and_evens,
playground,
rna_transcription,
robot_simulator,
rock_paper_scissors,
shapes,
winner]},
{registered, []}
]}.