-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgleam.toml
30 lines (28 loc) · 859 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
name = "gladvent"
version = "2.2.0"
repository = { type = "github", user = "TanklesXL", repo = "gladvent" }
description = "An Advent Of Code runner for gleam"
licences = ["Apache-2.0"]
internal_modules = ["gladvent/internal/*"]
gleam = ">=1.9.0 and < 2.0.0"
[dependencies]
glint = ">=1.0.0 and < 2.0.0"
simplifile = "~> 2.0"
argv = "~> 1.0"
shellout = "~> 1.6"
gleam_package_interface = "~> 1.0"
spinner = "~> 1.1"
gleam_stdlib = "~> 0.39 or ~> 1.0"
gleam_otp = "~> 0.4 or ~> 1.0"
gleam_erlang = "~> 0.7 or ~> 1.0"
snag = "~> 1.0"
parallel_map = ">= 3.0.0 and < 4.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
tom = ">= 1.0.0 and < 2.0.0"
decode = ">= 0.2.0 and < 1.0.0"
gleam_json = ">= 1.0.0 and < 3.0.0"
gleam_httpc = ">= 4.0.0 and < 5.0.0"
gleam_http = ">= 3.7.1 and < 4.0.0"
envoy = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"