Current section
Files
Jump to
Current section
Files
src/pocket_watch.app.src
{application, pocket_watch, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib,
gleam_time,
humanise]},
{description, "Easily time execution of a block or function!"},
{modules, [pocket_watch,
pocket_watch@@main,
pocket_watch@ffi,
pocket_watch@summary,
pocket_watch_ffi]},
{registered, []}
]}.