Current section
Files
Jump to
Current section
Files
src/gtempo.app.src
{application, gtempo, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A gleam library for controlling the tempo of your application through helpful date and time functions!"},
{modules, [tempo,
tempo@date,
tempo@datetime,
tempo@duration,
tempo@internal@unit,
tempo@month,
tempo@naive_datetime,
tempo@offset,
tempo@period,
tempo@time,
tempo@year]},
{registered, []}
]}.