Current section

Files

Jump to
timestamps src timestamps.app.src
Raw

src/timestamps.app.src

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