🐿️ Type safe SQL in Gleam
0

Configure Feed

Select the types of activity you want to include in your feed.

squirrel / gleam.toml
769 B 25 lines
1name = "squirrel" 2version = "1.0.0" 3description = "🐿️ Type safe SQL in Gleam" 4licences = ["Apache-2.0"] 5repository = { type = "github", user = "giacomocavalieri", repo = "squirrel" } 6 7[dependencies] 8gleam_stdlib = ">= 0.34.0 and < 2.0.0" 9simplifile = ">= 2.0.1 and < 3.0.0" 10eval = ">= 1.0.0 and < 2.0.0" 11gleam_json = ">= 1.0.0 and < 3.0.0" 12mug = ">= 1.1.0 and < 2.0.0" 13glam = ">= 2.0.1 and < 3.0.0" 14justin = ">= 1.0.1 and < 2.0.0" 15filepath = ">= 1.0.0 and < 2.0.0" 16gleam_community_ansi = ">= 1.4.0 and < 2.0.0" 17term_size = ">= 1.0.1 and < 2.0.0" 18argv = ">= 1.0.2 and < 2.0.0" 19envoy = ">= 1.0.1 and < 2.0.0" 20 21[dev-dependencies] 22gleeunit = ">= 1.0.0 and < 2.0.0" 23birdie = ">= 1.1.8 and < 2.0.0" 24temporary = ">= 1.0.0 and < 2.0.0" 25gleam_pgo = ">= 0.13.0 and < 1.0.0"