Current section

Files

Jump to
redraw gleam.toml
Raw

gleam.toml

name = "redraw"
target = "javascript"
version = "19.2.2"
description = "React bindings for Gleam! Supports everything modern React provides, with full Gleam Type-Checking system!"
licences = ["MIT"]
gleam = ">= 1.13.0"
internal_modules = [
"redraw/internals",
"redraw/internals/*",
"redraw/internal",
"redraw/internal/*",
]
[[links]]
title = "Sponsor"
href = "https://github.com/sponsors/ghivert"
[repository]
type = "github"
user = "ghivert"
repo = "redraw"
path = "redraw"
[dependencies]
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"