-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
34 lines (30 loc) · 955 Bytes
/
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 = "spark"
version = "1.0.0"
target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[javascript]
runtime = "bun"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
chomp = ">= 0.2.1 and < 1.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
hug = ">= 1.0.2 and < 2.0.0"
glam = ">= 2.0.0 and < 3.0.0"
dedent = ">= 1.0.0 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 1.7.0 and < 2.0.0"
tom = ">= 0.3.0 and < 1.0.0"
glint = ">= 0.18.1 and < 1.0.0"
argv = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"
pprint = "~> 1.0"