Type-safe GraphQL client generator for Gleam
1name = "example"
2version = "1.0.0"
3
4[dependencies]
5gleam_stdlib = ">= 0.34.0 and < 2.0.0"
6gleam_json = ">= 3.0.0 and < 4.0.0"
7gleam_http = ">= 4.3.0 and < 5.0.0"
8squall = { path = "../../" }
9
10# For Erlang target (default)
11gleam_httpc = ">= 5.0.0 and < 6.0.0"
12
13# For JavaScript target: comment out httpc above and uncomment this
14# gleam_fetch = ">= 1.0.0 and < 2.0.0"
15
16[dev-dependencies]
17gleeunit = ">= 1.0.0 and < 2.0.0"