Current section

Files

Jump to
mungo gleam.toml
Raw

gleam.toml

name = "mungo"
target = "erlang"
version = "0.18.1"
description = "A mongodb driver for gleam (formerly gleam_mongo)"
licences = ["Apache-2.0"]
links = [
{title = "gleam", href = "https://gleam.run"},
{title = "bison", href = "https://hexdocs.pm/bison"},
]
repository = {type = "github", user = "massivefermion", repo = "mungo"}
internal_modules = [
"mungo/tcp",
"mungo/scram",
"mungo/cursor",
"mungo/client",
]
[dependencies]
bison = "~> 0.27"
gleam_bitwise = "~> 1.3"
gleam_crypto = "~> 0.4"
gleam_stdlib = "~> 0.31"
[dev-dependencies]
gleeunit = "~> 0.11"