Current section
Files
Jump to
Current section
Files
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, []}
]}.