Current section
Files
Jump to
Current section
Files
src/remote_data.app.src
{application, remote_data, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A package to deal with remote data in Gleam"},
{modules, [remote_data]},
{registered, []}
]}.