Current section

Files

Jump to
sprocket gleam.toml
Raw

gleam.toml

name = "sprocket"
version = "1.0.0"
description = "A library for building live views and real-time server components in Gleam"
# 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 = "bitbldr", repo = "sprocket" }
links = [{ title = "Website", href = "https://sprocket.live" }]
# Modules that should be considered "internal" and will not be included in
# generated documentation. Note this currently only affects documentation;
# public types and functions defined in these modules are still public.
#
# Items in this list are "globs" that are matched against module names. See:
# https://docs.rs/glob/latest/glob/struct.Pattern.html
internal_modules = [
"sprocket/internal/*",
"sprocket/test_helpers/*",
"sprocket/render",
"sprocket/runtime",
]
gleam = ">= 1.4.0"
[dependencies]
gleam_json = ">= 2.3.0 and < 3.0.0"
gleam_erlang = ">= 0.32.0 and < 1.0.0"
gleam_otp = ">= 0.14.1 and < 1.0.0"
gleam_stdlib = ">= 0.55.0 and < 1.0.0"
ids = ">= 0.13.0 and < 1.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"