-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (27 loc) · 795 Bytes
/
Project.toml
File metadata and controls
30 lines (27 loc) · 795 Bytes
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 = "ParallelTestRunner"
uuid = "d3525ed8-44d0-4b2c-a655-542cee43accc"
version = "2.4.1"
authors = ["Valentin Churavy <v.churavy@gmail.com>"]
[workspace]
projects = ["test"]
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
Malt = "36869731-bdee-424d-aa32-cab38c994e3b"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Dates = "1"
IOCapture = "0.2.5, 1"
Malt = "1.4.0"
Printf = "1"
Random = "1"
Scratch = "1.3.0"
Serialization = "1"
Statistics = "1"
Test = "1"
julia = "1.10"