An ATProto Lexicon validator for Gleam.
1name = "example"
2version = "1.0.0"
3description = "Example using honk to validate xyz.statusphere.status records from Jetstream"
4
5[dependencies]
6gleam_stdlib = ">= 0.44.0 and < 2.0.0"
7gleam_json = ">= 3.0.0 and < 4.0.0"
8honk = { path = ".." }
9goose = ">= 2.0.0 and < 3.0.0"
10
11[dev-dependencies]
12gleeunit = ">= 1.0.0 and < 2.0.0"