-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
34 lines (30 loc) · 1.02 KB
/
Project.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 = "TestItemRunner2"
uuid = "e1dee961-0fd3-483e-9ab1-c4c3c701c341"
authors = ["David Anthoff <[email protected]>"]
version = "0.1.0-DEV"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JuliaWorkspaces = "e554591c-7f10-434f-9f27-2097f62a04fd"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSONRPC = "b9b8584e-8fd3-41f9-ad0c-7255d428e418"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "1"
AutoHashEquals = "2"
JuliaWorkspaces = "5"
JSON = "0.21"
JSONRPC = "1.3.6"
ProgressMeter = "1.7"
[targets]
test = ["Test"]