Skip to main content

gleam.toml

name = "langfuse_client"
version = "2.0.0"
description = "Minimal Langfuse HTTP client for Gleam, written in Gleam."
licences = ["Apache-2.0"]
repository = { type = "github", user = "Brickell-Research", repo = "langfuse-client" }

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"