Type-safe GraphQL client generator for Gleam
at main 609 B view raw
1name = "squall" 2version = "1.1.2" 3description = "☁️ Type-safe GraphQL client generator for Gleam" 4licences = ["Apache-2.0"] 5repository = { type = "github", user = "bigmoves", repo = "squall" } 6 7[dependencies] 8gleam_stdlib = ">= 0.65.0 and < 0.66.0" 9gleam_json = ">= 3.0.0 and < 4.0.0" 10gleam_http = ">= 4.3.0 and < 5.0.0" 11gleam_httpc = ">= 5.0.0 and < 6.0.0" 12simplifile = ">= 2.0.0 and < 3.0.0" 13filepath = ">= 1.0.0 and < 2.0.0" 14glam = ">= 2.0.0 and < 3.0.0" 15argv = ">= 1.0.0 and < 2.0.0" 16swell = ">= 1.0.0 and < 2.0.0" 17 18[dev-dependencies] 19gleeunit = ">= 1.0.0 and < 2.0.0" 20birdie = ">= 1.0.0 and < 2.0.0"