Packages

A dom manipulation library for gleam

Current section

Files

Jump to
subdued gleam.toml
Raw

gleam.toml

name = "subdued"
version = "0.1.0"
description = "A dom manipulation library for gleam"
licences = ["Apache-2.0"]
target = "javascript"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_javascript = ">= 0.13.0 and < 1.0.0"
gleam_fetch = ">= 1.1.0 and < 2.0.0"
gleam_http = ">= 3.7.1 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript]
runtime = "deno"
[javascript.deno]
allow_all = true