name = "rally"
version = "1.0.0"
description = "A web framework for building server-rendered Lustre apps in Gleam."
licences = ["MIT"]
target = "erlang"
repository = { type = "github", user = "pairshaped", repo = "rally-gleam" }
links = [
{ title = "llms.txt", href = "https://raw.githubusercontent.com/pairshaped/rally-gleam/refs/heads/master/llms.txt" },
]
[dependencies]
argv = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
glance = "~> 6.0"
glexer = ">= 2.0.0 and < 3.0.0"
libero = ">= 6.0.0 and < 7.0.0"
lustre = ">= 5.6.0 and < 7.0.0"
marmot = ">= 1.4.1 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
sqlight = ">= 1.0.0 and < 2.0.0"
tom = ">= 2.1.0 and < 3.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.7.0 and < 2.0.0"
gleam_crypto = ">= 1.6.0 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"
logging = ">= 1.0.0 and < 2.0.0"
global_value = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"
glinter = ">= 2.19.0 and < 3.0.0"
[tools.glinter]
stats = true
warnings_as_errors = false
exclude = ["tmp/**", "examples/**"]
[tools.glinter.ignore]
"src/rally_runtime/*.gleam" = ["unused_exports"]
"src/**/*.gleam" = ["deep_nesting", "stringly_typed_error"]