Packages

Yet another structured logging library

Current section

Files

Jump to
witness src witness.app.src
Raw

src/witness.app.src

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