Packages

package with maybe a lotta javascript stuff to use with Gleam

Current section

Files

Jump to
lotta gleam.toml
Raw

gleam.toml

name = "lotta"
description = "package with maybe a lotta javascript stuff to use with Gleam"
version = "0.1.0"
licences = ["Apache-2.0"]
repository = { type = "github", user = "Enderchief", repo = "lotta" }
# links = [{ title = "Website", href = "https://gleam.run" }]
target = "javascript"
gleam = ">= 0.32.0"
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = "~> 0.31"
gleam_javascript = "~> 0.7"