Packages

Common passwords and keyboard graphs for gzxcvbn

Current section

Files

Jump to
gzxcvbn_common src gzxcvbn_common.app.src
Raw

src/gzxcvbn_common.app.src

{application, gzxcvbn_common, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gzxcvbn]},
{description, "Common passwords and keyboard graphs for gzxcvbn"},
{modules, [gzxcvbn@common,
gzxcvbn_common@@main]},
{registered, []}
]}.