Packages

The sweetest way to interact with the DOM.

Current section

Files

Jump to
glucose gleam.toml
Raw

gleam.toml

name = "glucose"
version = "0.1.0"
description = "The sweetest way to interact with the DOM."
target = "javascript"
repository = { type = "github", user = "enderchief", repo = "glucose" }
# links = [{ title = "Website", href = "https://gleam.run" }]
licences = ["MIT"]
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = "~> 0.34"