-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgleam.toml
More file actions
23 lines (21 loc) · 718 Bytes
/
Copy pathgleam.toml
File metadata and controls
23 lines (21 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name = "unitest"
version = "1.6.0"
description = "Test runner with random ordering, tagging, and CLI filtering"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "unitest" }
[dependencies]
argv = ">= 1.0.2 and < 2.0.0"
clip = ">= 1.2.0 and < 2.0.0"
envoy = ">= 1.1.0 and < 2.0.0"
glance = ">= 6.0.0 and < 7.0.0"
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
gleam_time = ">= 1.6.0 and < 2.0.0"
prng = ">= 5.1.0 and < 6.0.0"
simplifile = ">= 2.3.2 and < 3.0.0"
spinner = ">= 1.3.1 and < 2.0.0"
tobble = ">= 2.0.2 and < 3.0.0"
[dev-dependencies]
birdie = ">= 2.0.0 and < 3.0.0"
qcheck = ">= 1.0.3 and < 2.0.0"
temporary = ">= 1.0.0 and < 2.0.0"