A Gleam WebSocket consumer for AT Protocol Jetstream events.
at main 662 B view raw
1name = "goose" 2version = "2.0.0" 3description = "A Gleam WebSocket consumer for AT Protocol Jetstream events" 4licences = ["Apache-2.0"] 5repository = { type = "github", user = "bigmoves", repo = "goose" } 6 7[dependencies] 8gleam_stdlib = ">= 0.44.0 and < 2.0.0" 9gleam_erlang = ">= 1.0.0 and < 2.0.0" 10gleam_otp = ">= 1.0.0 and < 2.0.0" 11gleam_http = ">= 4.0.0 and < 5.0.0" 12gleam_json = ">= 3.0.2 and < 4.0.0" 13gleam_crypto = ">= 1.5.0 and < 2.0.0" 14ezstd = ">= 1.2.0 and < 2.0.0" 15simplifile = ">= 2.0.0 and < 3.0.0" 16logging = ">= 1.3.0 and < 2.0.0" 17exception = ">= 2.1.0 and < 3.0.0" 18gramps = ">= 6.0.0 and < 7.0.0" 19 20[dev-dependencies] 21gleeunit = ">= 1.0.0 and < 2.0.0"