Current section

Files

Jump to
gleam_bson gleam.toml
Raw

gleam.toml

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