Current section
Files
Jump to
Current section
Files
gleam.toml
name = "argus"
version = "1.0.4"
description = "Argon2 password hashing library for Gleam, using the reference C implementation."
licences = ["MIT"]
repository = { type = "github", user = "Pevensie", repo = "argus" }
# links = [{ title = "Website", href = "" }]
[dependencies]
jargon = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleam_stdlib = "0.59.0"
startest = "0.6.0"