···11name = "goose"
22version = "1.0.0"
33-44-# Fill out these fields if you intend to generate HTML documentation or publish
55-# your project to the Hex package manager.
66-#
77-# description = ""
88-# licences = ["Apache-2.0"]
99-# repository = { type = "github", user = "", repo = "" }
1010-# links = [{ title = "Website", href = "" }]
1111-#
1212-# For a full reference of all the available options, you can have a look at
1313-# https://gleam.run/writing-gleam/gleam-toml/.
33+description = "A Gleam WebSocket consumer for AT Protocol Jetstream events"
44+licences = ["Apache-2.0"]
55+repository = { type = "github", user = "bigmoves", repo = "goose" }
146157[dependencies]
168gleam_stdlib = ">= 0.44.0 and < 2.0.0"