Packages

Build tool for Gleam — class-based shims, asset embedding, and esbuild bundling

Current section

Files

Jump to
Raw

gleam.toml

name = "spaceship_fusion"
version = "0.1.0"
target = "erlang"
description = "Build tool for Gleam — class-based shims, asset embedding, and esbuild bundling"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-spaceship", repo = "spaceship_fusion" }
links = [{ title = "GitHub", href = "https://github.com/gleam-spaceship/spaceship_fusion" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.7.0 and < 3.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
argv = ">= 1.1.0 and < 2.0.0"
glint = ">= 1.3.0 and < 2.0.0"
spaceship_toml = ">= 0.1.0 and < 1.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"