Current section

Files

Jump to
possum gleam.toml
Raw

gleam.toml

name = "possum"
version = "1.0.9"
description = "๐Ÿ€ ATproto library for gleam"
licences = ["Apache-2.0"]
repository = { type = "tangled", user = "kacaii.dev", repo = "possum" }
links = [
{ title = "AT Protocol", href = "https://atproto.com/" },
{ title = "Bluesky HTTP API Reference", href = "https://endpoints.bsky.app/" },
{ title = "Blogpost: A Social File System", href = "https://overreacted.io/a-social-filesystem/" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
global_value = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"