Current section

Files

Jump to
timestamps src timestamps.app.src
Raw

src/timestamps.app.src

{application, timestamps, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "timestamp in Gleam"},
{modules, [timestamps]},
{registered, []}
]}.