-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgleam.toml
More file actions
43 lines (41 loc) · 1.4 KB
/
Copy pathgleam.toml
File metadata and controls
43 lines (41 loc) · 1.4 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
name = "website"
version = "0.0.0"
target = "javascript"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
eyg_analysis = ">= 2.0.0 and < 3.0.0"
eyg_hub = { path = "../gleam_hub" }
eyg_interpreter = ">= 2.1.0 and < 8.0.0"
eyg_ir = ">= 3.0.0 and < 4.0.0"
eyg_parser = ">= 0.3.4 and < 1.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
gleam_fetch = ">= 1.3.1 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" }
gleroglero = ">= 1.2.0 and < 2.0.0"
# jot = ">= 8.0.0 and < 13.0.0"
jot = { git = "https://github.com/crowdhailer/jot", ref = "7c9cc0a" }
lustre = ">= 5.6.0 and < 6.0.0"
midas_browser = ">= 1.1.2 and < 2.0.0"
morph = { path = "../morph" }
multiformats = ">= 4.0.0 and < 5.0.0"
mysig = ">= 0.5.0 and < 1.0.0"
ogre = ">= 1.1.0 and < 2.0.0"
pal = { path = "../pal" }
# pamphlet = ">= 1.0.0 and < 2.0.0"
pamphlet = { git = "https://github.com/crowdhailer/pamphlet", ref = "406b460" }
plinth = ">= 0.10.2 and < 1.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
snag = ">= 1.2.0 and < 2.0.0"
spotless = ">= 7.0.0 and < 8.0.0"
touch_grass = ">= 0.2.5 and < 1.0.0"
untethered = { path = "../untethered" }
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_crypto = ">= 1.6.0 and < 2.0.0"
midas = ">= 3.0.0 and < 4.0.0"
midas_node = ">= 1.4.0 and < 2.0.0"