gleam.toml
name = "voauth"
version = "1.0.0"
description = "OAuth2 access-token vault with proactive refresh and bounded retry."
licences = ["Apache-2.0"]
repository = { type = "github", user = "binajmen", repo = "voauth" }
gleam = ">= 1.11.0"
[dependencies]
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
logging = ">= 1.5.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"