-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgleam.toml
34 lines (30 loc) · 901 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 = "packages"
version = "1.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# licences = ["Apache-2.0"]
# description = "A Gleam library..."
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
gleam = ">= 1.6.0"
[dependencies]
gleam_stdlib = "~> 0.23"
gleam_json = ">= 2.0.0 and < 3.0.0"
gleam_hackney = "~> 1.0"
gleam_erlang = "~> 0.18"
mist = ">= 4.0.0 and < 5.0.0"
gleam_http = "~> 3.1"
gleam_otp = "~> 0.5"
gleam_hexpm = "~> 1.0"
simplifile = ">= 2.2.0 and < 3.0.0"
birl = "~> 1.0"
lustre = "~> 4.6.1"
argv = "~> 1.0"
wisp = ">= 1.2.0 and < 2.0.0"
storail = ">= 3.0.0 and < 4.0.0"
envoy = ">= 1.0.2 and < 2.0.0"
gleamsver = ">= 1.0.1 and < 2.0.0"
porter_stemmer = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"