Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gauth"
version = "1.0.1"
description = "A modular first authentication base"
licences = ["Apache-2.0"]
repository = { type = "github", user = "BradBot1", repo = "gleam_gauth" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript.deno]
allow_read = [
"gleam.toml",
"test",
"build",
]