Packages

A server-agnostic Inertia protocol adapter for gleam/http

Current section

Files

Jump to
http_inertia gleam.toml
Raw

gleam.toml

name = "http_inertia"
version = "0.1.0"
description = "A server-agnostic Inertia protocol adapter for gleam/http"
licences = ["Apache-2.0"]
repository = { type = "github", user = "akirak", repo = "gleam-inertia" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
lustre = ">= 5.7.0 and < 6.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"