Current section
Files
Jump to
Current section
Files
wisp_inertia
gleam.toml
gleam.toml
name = "wisp_inertia"
version = "0.5.2"
description = "The Inertia.js adapter for Gleam/Wisp"
licences = ["Apache-2.0"]
gleam = ">= 1.14.0"
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[repository]
type = "github"
user = "keuller"
repo = "wisp_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"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
globlin = ">= 2.0.3 and < 3.0.0"
globlin_fs = ">= 2.0.0 and < 3.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
file_streams = ">= 2.0.0 and < 3.0.0"
mist = ">= 6.0.3 and < 7.0.0"
wisp = ">= 2.2.2 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[tools.glinter]
stats = true