Current section
Files
Jump to
Current section
Files
src/drift_record.app.src
{application, drift_record, [
{vsn, "1.0.0"},
{applications, [drift,
gleam_stdlib]},
{description, "Record logs for drift steppers, and use them in snapshot tests."},
{modules, [drift@record,
drift_record@@main]},
{registered, []}
]}.