馃寠 A GraphQL implementation in Gleam
at main 323 B view raw
1name = "swell" 2version = "2.1.4" 3description = "馃寠 A GraphQL implementation in Gleam" 4licences = ["Apache-2.0"] 5repository = { type = "github", user = "bigmoves", repo = "swell" } 6 7[dependencies] 8gleam_stdlib = ">= 0.44.0 and < 2.0.0" 9 10[dev-dependencies] 11gleeunit = ">= 1.0.0 and < 2.0.0" 12birdie = ">= 1.0.0 and < 2.0.0"