Packages

Singleflight request deduplication.

Current section

Files

Jump to
singleflight gleam.toml
Raw

gleam.toml

name = "singleflight"
version = "1.1.0"
description = "Singleflight request deduplication."
licences = ["MIT"]
repository = { type = "github", user = "howenyap", repo = "singleflight" }
links = [{ title = "GitHub", href = "https://github.com/howenyap/singleflight" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"