Current section
Files
Jump to
Current section
Files
gleam.toml
name = "beecrypt"
version = "0.4.0"
gleam = ">= 0.32.0"
description = "Buzzing Gleam bindings to the Erlang bcrypt hashing library"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "beecrypt" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.28.0 and < 2.0.0"
gleam_erlang = ">= 0.18.0 and < 2.0.0"
gleam_crypto = ">= 0.3.0 and < 2.0.0"
bcrypt = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"