-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 840 Bytes
/
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
name = "DownstreamTester"
uuid = "a804653f-5eb8-4562-8be1-42891ba957af"
authors = ["Jan Philipp Thiele <[email protected]>"]
version = "0.1.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
TestReports = "dcd651b4-b50a-5b6b-8f22-87e9f253a252"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ExplicitImports", "Test"]
[compat]
Aqua = "0.8.9"
Dates = "1.10"
ExplicitImports = "1.10.1"
GitHub = "5.9.0"
JSON = "0.21.4"
LightXML = "0.9.1"
Pkg = "1.10"
Test = "1.10"
TestReports = "1.2.0"
julia = "1.10"