-
Notifications
You must be signed in to change notification settings - Fork 17
/
gleam.toml
34 lines (32 loc) · 1.03 KB
/
gleam.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name = "squirrel"
version = "2.0.3"
description = "🐿️ Type safe SQL in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "squirrel" }
gleam = ">= 1.6.0"
[dependencies]
gleam_stdlib = ">= 0.39.0 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
eval = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 3.0.0"
mug = ">= 1.1.0 and < 2.0.0"
glam = ">= 2.0.1 and < 3.0.0"
justin = ">= 1.0.1 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
term_size = ">= 1.0.1 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
envoy = ">= 1.0.1 and < 2.0.0"
decode = ">= 0.3.0 and < 1.0.0"
gleam_crypto = ">= 1.3.0 and < 2.0.0"
tom = ">= 1.0.1 and < 2.0.0"
youid = ">= 1.2.0 and < 2.0.0"
non_empty_list = ">= 2.1.0 and < 3.0.0"
tote = ">= 1.0.2 and < 2.0.0"
pog = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.1.8 and < 2.0.0"
temporary = ">= 1.0.0 and < 2.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
gleam_erlang = ">= 0.27.0 and < 1.0.0"