Current section
Files
Jump to
Current section
Files
src/datebook.app.src
{application, datebook, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib,
gleam_time]},
{description, "Extensions to gleam/time to work with weekdays, months, and dates"},
{modules, [datebook@@main,
datebook@date,
datebook@month,
datebook@weekday]},
{registered, []}
]}.