🐿️ Type safe SQL in Gleam
1.2 kB
37 lines
1name = "squirrel"
2version = "4.6.0"
3description = "🐿️ Type safe SQL in Gleam"
4licences = ["Apache-2.0"]
5repository = { type = "github", user = "giacomocavalieri", repo = "squirrel" }
6gleam = ">= 1.11.0"
7
8[dependencies]
9argv = ">= 1.0.2 and < 2.0.0"
10envoy = ">= 1.0.1 and < 2.0.0"
11eval = ">= 1.0.0 and < 2.0.0"
12filepath = ">= 1.0.0 and < 2.0.0"
13glam = ">= 2.0.1 and < 3.0.0"
14gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
15gleam_crypto = ">= 1.3.0 and < 2.0.0"
16gleam_json = ">= 1.0.0 and < 4.0.0"
17gleam_regexp = ">= 1.0.0 and < 2.0.0"
18gleam_stdlib = ">= 0.51.0 and < 2.0.0"
19justin = ">= 1.0.1 and < 2.0.0"
20non_empty_list = ">= 2.1.0 and < 3.0.0"
21simplifile = ">= 2.0.1 and < 3.0.0"
22term_size = ">= 1.0.1 and < 2.0.0"
23tom = ">= 2.0.0 and < 3.0.0"
24tote = ">= 1.0.2 and < 2.0.0"
25youid = ">= 1.2.0 and < 2.0.0"
26glexer = ">= 2.1.0 and < 3.0.0"
27mug = ">= 3.0.0 and < 4.0.0"
28pog = ">= 4.1.0 and < 5.0.0"
29gleam_time = ">= 1.2.0 and < 2.0.0"
30
31[dev-dependencies]
32gleam_erlang = ">= 1.0.0 and < 2.0.0"
33gleeunit = ">= 1.0.0 and < 2.0.0"
34shellout = ">= 1.6.0 and < 2.0.0"
35temporary = ">= 1.0.0 and < 2.0.0"
36global_value = ">= 1.0.0 and < 2.0.0"
37birdie = ">= 1.5.0 and < 2.0.0"