Packages

Yet another structured logging library

Current section

Files

Jump to
witness src witness.app.src
Raw

src/witness.app.src

{application, witness, [
{vsn, "2.0.0"},
{applications, [gleam_json,
gleam_stdlib,
gleam_time]},
{description, "Yet another structured logging library"},
{modules, [witness,
witness@@main,
witness_ffi]},
{registered, []}
]}.