Packages

Record logs for drift steppers, and use them in snapshot tests.

Current section

Files

Jump to
drift_record src drift_record.app.src
Raw

src/drift_record.app.src

{application, drift_record, [
{vsn, "1.0.1"},
{applications, [drift,
gleam_stdlib]},
{description, "Record logs for drift steppers, and use them in snapshot tests."},
{modules, [drift@record,
drift_record@@main]},
{registered, []}
]}.