-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathgleam.toml
42 lines (37 loc) · 1.11 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
35
36
37
38
39
40
41
42
name = "lustre_dev_tools"
version = "1.6.5"
target = "erlang"
gleam = ">= 1.4.0"
description = "Lustre's official CLI and development tooling."
repository = { type = "github", user = "lustre-labs", repo = "dev-tools" }
licences = ["MIT"]
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
internal_modules = ["lustre_dev_tools", "lustre_dev_tools/*"]
[dependencies]
argv = "~> 1.0"
filepath = "~> 1.0"
fs = "~> 8.6"
gleam_community_ansi = "~> 1.4"
gleam_crypto = ">= 1.3.0 and < 2.0.0"
gleam_deque = ">= 1.0.0 and < 2.0.0"
gleam_erlang = "~> 0.25"
gleam_http = "~> 3.6"
gleam_httpc = ">= 4.0.0 and < 5.0.0"
gleam_json = "~> 1.0 or ~> 2.0"
gleam_otp = "~> 0.10"
gleam_package_interface = "1.2.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = "~> 0.34 or ~> 1.0"
glint = ">=1.0.0 and < 2.0.0"
glisten = ">= 7.0.0 and < 8.0.0"
lustre = ">= 4.6.1 and < 5.0.0"
mist = ">= 4.0.0 and < 5.0.0"
repeatedly = ">= 2.1.2 and < 3.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
term_size = ">= 1.0.1 and < 2.0.0"
tom = ">= 1.0.1 and < 2.0.0"
wisp = "~> 1.1"
[dev-dependencies]
gleeunit = "~> 1.0"