Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glare"
version = "0.1.3"
description = "Bright Gleam Web Framework using SolidJS"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
repository = { type = "github", user = "Endercheif", repo = "glare" }
links = [{ title = "Website", href = "https://endercheif.github.io/glare" }]
target = 'javascript'
[dependencies]
gleam_stdlib = "~> 0.29"