Current section

Files

Jump to
bison gleam.toml
Raw

gleam.toml

name = "bison"
target = "erlang"
version = "0.28.0"
description = "bson encoder and decoder for gleam (formerly gleam_bson)"
licences = ["Apache-2.0"]
links = [
{title = "gleam", href = "https://gleam.run"},
{title = "bson", href = "https://bsonspec.org"},
]
repository = {type = "github", user = "massivefermion", repo = "bison"}
internal_modules = [
"bison/kind",
"bison/encoder",
"bison/decoder",
]
[dependencies]
birl = "~> 0.16"
gleam_crypto = "~> 0.4"
gleam_stdlib = "~> 0.31"
[dev-dependencies]
gleeunit = "~> 0.11"