Current section
Files
Jump to
Current section
Files
datastar_wisp
gleam.toml
gleam.toml
name = "datastar_wisp"
version = "2.0.0"
description = "Wisp adaptor for Datastar"
licences = ["MIT"]
repository = { type = "github", user = "sporto", repo = "gleam-datastar" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
wisp = ">= 1.0.0 and < 2.0.0"
datastar = ">= 2.0.0 and < 3.0.0"
# datastar = { path = "../datastar" }
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"