Current section
Files
Jump to
Current section
Files
src/pocket_watch.app.src
{application, pocket_watch, [
{vsn, "1.0.0"},
{applications, [birl,
gleam_stdlib,
gleeunit,
humanise]},
{description, "Easily time execution of a block or function!"},
{modules, [pocket_watch]},
{registered, []}
]}.