small constellation + pds based little profile viewer
karitham.tngl.io/gpreview?user=karitham.dev
gleam
bsky-profile
1name = "gpreview"
2version = "1.0.0"
3target = "javascript"
4
5# Fill out these fields if you intend to generate HTML documentation or publish
6# your project to the Hex package manager.
7#
8# description = ""
9# licences = ["Apache-2.0"]
10# repository = { type = "github", user = "", repo = "" }
11# links = [{ title = "Website", href = "" }]
12#
13# For a full reference of all the available options, you can have a look at
14# https://gleam.run/writing-gleam/gleam-toml/.
15
16[dependencies]
17gleam_stdlib = ">= 0.44.0 and < 2.0.0"
18lustre = ">= 5.6.0 and < 6.0.0"
19rsvp = ">= 1.2.0 and < 2.0.0"
20gleam_json = ">= 3.1.0 and < 4.0.0"
21
22[dev-dependencies]
23gleeunit = ">= 1.0.0 and < 2.0.0"
24lustre_dev_tools = ">= 2.3.4 and < 3.0.0"
25
26[tools.lustre]
27[tools.lustre.bin]
28bun = "system"
29tailwindcss = "system"
30[tools.lustre.html]
31title = "GPreview - Bluesky Post Viewer"