Packages

Hono-like HTTP router for Gleam with middleware, sessions, and static files

Current section

Files

Jump to
spaceship_helm gleam.toml
Raw

gleam.toml

name = "spaceship_helm"
version = "0.1.0"
target = "javascript"
description = "Hono-like HTTP router for Gleam with middleware, sessions, and static files"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-spaceship", repo = "spaceship_helm" }
links = [{ title = "GitHub", href = "https://github.com/gleam-spaceship/spaceship_helm" }]
[dependencies]
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_stdlib = ">= 1.0.5 and < 2.0.0"
gleam_javascript = ">= 1.0.1 and < 2.0.0"
filepath = ">= 1.1.0 and < 2.0.0"
simplifile = ">= 1.7.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"