Packages

Common passwords and keyboard graphs for gzxcvbn

Current section

Files

Jump to
gzxcvbn_common gleam.toml
Raw

gleam.toml

name = "gzxcvbn_common"
version = "1.0.0"
description = "Common passwords and keyboard graphs for gzxcvbn"
licences = ["MIT"]
repository = { type = "github", user = "Pevensie", repo = "gzxcvbn", path = "packages/gzxcvbn_common", tag-prefix = "common-" }
links = [
{ title = "gzxcvbn", href = "https://hexdocs.pm/gzxcvbn/index.html" }
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gzxcvbn = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"