Packages

Basic building blocks helping you compose your mozilla or chrome add-ons.

Current section

Files

Jump to
panel gleam.toml
Raw

gleam.toml

name = "panel"
version = "0.0.2"
target = "javascript"
description = "Basic building blocks helping you compose your mozilla or chrome add-ons."
licenses = ["Unlicense"]
repository = { type = "custom", url = "https://base.bingo/code/panel" }
[dependencies]
gleam_stdlib = "~> 0.36"
lustre = "~> 3.1"
plinth = "~> 0.1"
gleam_javascript = "~> 0.8"