Current section
Files
Jump to
Current section
Files
butterbidi
gleam.toml
gleam.toml
name = "butterbidi"
version = "1.0.2"
description = "Spec compliant webdriver bidi types, decoders, and encoders for gleam"
licences = ["Apache-2.0"]
[repository]
type = "codeberg"
user = "gelei"
repo = "butterbee"
[[links]]
title = "github mirror"
href = "https://github.com/Damnjelly/butterbee"
[[documentation.pages]]
title = "changelog"
path = "changelog.html"
source = "CHANGELOG.md"
internal-modules = ["internal/*"]
[dependencies]
gleam_stdlib = ">= 1.0.3 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
palabres = ">= 1.0.4 and < 2.0.0"