Current section
Files
Jump to
Current section
Files
src/cowl.app.src
{application, cowl, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib]},
{description, "Type-safe secret masking for Gleam. Hide passwords, API keys,
and other sensitive values without ceremony.
"},
{modules, [cowl,
cowl@@main,
cowl@unsafe]},
{registered, []}
]}.