Find your Bluesky friends on Tangled!
tangled bsky atproto possum gleam
0

Configure Feed

Select the types of activity you want to include in your feed.

entwine / gleam.toml
699 B 24 lines
1name = "entwine" 2version = "1.0.0" 3description = "Find your Bluesky friends on Tangled." 4licences = ["BSD-2-Clause"] 5repository = { type = "tangled", user = "aly.codes", repo = "entwine" } 6 7links = [ 8 { title = "entwine/tangled", href = "https://tangled.org/aly.codes/entwine" }, 9] 10 11[dependencies] 12gleam_stdlib = ">= 1.0.0 and < 2.0.0" 13possum = ">= 3.0.0 and < 4.0.0" 14gleam_http = ">= 4.3.0 and < 5.0.0" 15gleam_json = ">= 3.1.0 and < 4.0.0" 16gleam_httpc = ">= 5.0.0 and < 6.0.0" 17gleam_erlang = ">= 1.3.0 and < 2.0.0" 18kryptos = ">= 1.4.0 and < 2.0.0" 19gose = ">= 2.1.0 and < 3.0.0" 20gleam_time = ">= 1.8.0 and < 2.0.0" 21mist = ">= 6.0.3 and < 7.0.0" 22 23[dev_dependencies] 24gleeunit = ">= 1.0.0 and < 2.0.0"