Skip to main content

gleam.toml

name = "aion_client"
version = "0.2.0"
target = "erlang"
description = "Typed caller-side SDK for Aion workflow servers."
licences = ["MIT", "Apache-2.0"]
repository = { type = "github", user = "tomWhiting", repo = "aion" }

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
gleam_http = ">= 3.0.0 and < 5.0.0"
gleam_httpc = ">= 4.0.0 and < 6.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"