Current section
Files
Jump to
Current section
Files
gleam.toml
name = "puddle"
target = "erlang"
version = "0.3.1"
description = "A resource pool manager for gleam"
licences = ["Apache-2.0"]
links = [{title = "gleam", href = "https://gleam.run"}]
repository = {type = "github", user = "massivefermion", repo = "puddle"}
[dependencies]
gleam_erlang = "~> 0.22"
gleam_otp = "~> 0.7"
gleam_stdlib = "~> 0.31"
[dev-dependencies]
gleeunit = "~> 0.11"