Current section
Files
Jump to
Current section
Files
gleam.toml
name = "bravo"
version = "4.0.1"
target = "erlang"
internal_modules = [
"bravo/internal",
"bravo/internal/*",
]
description = "Comprehensive ETS bindings for Gleam."
licences = ["Apache-2.0"]
repository = { type = "github", user = "Michael-Mark-Edu", repo = "bravo" }
[dependencies]
gleam_stdlib = ">= 0.33.0 and < 1.0.0"
gleam_erlang = ">= 0.23.1 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 1.7.0 and < 2.0.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"