-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathgleam.toml
More file actions
44 lines (38 loc) · 1.38 KB
/
gleam.toml
File metadata and controls
44 lines (38 loc) · 1.38 KB
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
43
44
name = "lustre_dev_tools"
version = "2.3.6"
target = "erlang"
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/*"]
[documentation]
pages = [
{ title = "Static assets", path = "assets.html", source = "./pages/assets.md" },
{ title = "Proxying requests", path = "proxying.html", source = "./pages/proxying.md" },
{ title = "TOML reference", path = "toml-reference.html", source = "./pages/toml-reference.md" }
]
[dependencies]
argv = ">= 1.0.0 and < 2.0.0"
booklet = ">= 1.0.2 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_otp = ">= 1.1.0 and < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
glint = ">= 1.0.0 and < 2.0.0"
group_registry = ">= 1.0.0 and < 2.0.0"
justin = ">= 1.0.1 and < 2.0.0"
lustre = ">= 5.3.5 and < 6.0.0"
mist = ">= 6.0.0 and < 7.0.0"
polly = ">= 3.0.0 and < 4.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
tom = ">= 1.0.1 and < 3.0.0"
wisp = ">= 2.0.0 and < 3.0.0"