-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgleam.toml
More file actions
44 lines (40 loc) · 1.42 KB
/
Copy pathgleam.toml
File metadata and controls
44 lines (40 loc) · 1.42 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 = "eyg_cli"
version = "0.0.3"
target = "javascript"
description = "CLI for running EYG programs and interacting with the EYG hub."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "eyg-lang", path = "packages/gleam_cli", tag_prefix = "gleam_cli-" }
links = [{ title = "Website", href = "https://eyg.run" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
envoy = ">= 1.1.0 and < 2.0.0"
eyg_analysis = ">= 2.0.0 and < 3.0.0"
eyg_compiler = { path = "../gleam_compiler" }
eyg_hub = { path = "../gleam_hub" }
eyg_interpreter = ">= 7.0.0 and < 8.0.0"
eyg_ir = ">= 3.0.0 and < 4.0.0"
eyg_parser = ">= 0.4.0 and < 1.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
gleam_fetch = ">= 1.4.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
gleam_x = { path = "../gleam_x" }
input = ">= 1.0.1 and < 2.0.0"
kryptos = ">= 1.3.0 and < 2.0.0"
midas = ">= 3.0.0 and < 4.0.0"
multiformats = ">= 4.0.0 and < 5.0.0"
ogre = ">= 1.1.0 and < 2.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
spotless = ">= 7.0.0 and < 8.0.0"
touch_grass = ">= 0.2.11 and < 1.0.0"
untethered = { path = "../untethered" }
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"
[javascript]
runtime = "bun"