Packages

Type-safe secret masking for Gleam. Hide passwords, API keys, and other sensitive values without ceremony.

Current section

Files

Jump to
cowl src cowl.app.src
Raw

src/cowl.app.src

{application, cowl, [
{vsn, "2.0.1"},
{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, []}
]}.