Current section
Files
Jump to
Current section
Files
gleam.toml
name = "possum"
version = "3.0.0"
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/" },
{ title = "possum/tangled", href = "https://tangled.org/kacaii.dev/possum-tangled" },
]
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
{ title = "Consulting your DID", path = "consulting-your-did.html", source = "./pages/consulting-your-did.md" },
{ title = "Accessing your PDS", path = "accessing-your-pds.html", source = "./pages/accessing-your-pds.md" },
]
[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"