-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (27 loc) · 878 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
33
name = "RegressionTests"
uuid = "2cca1867-674a-4323-b559-fc77c0bbdb31"
authors = ["Lilith Orion Hafner <[email protected]> and contributors"]
version = "0.0.11"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[weakdeps]
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
[compat]
Compat = "3.42, 4"
Markdown = "<0.0.1, 1"
Pkg = "<0.0.1, 1"
Random = "<0.0.1, 1"
Serialization = "<0.0.1, 1"
julia = "1"
[extensions]
CharimarksRegressionTestsExt = ["Chairmarks"]
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "StableRNGs", "Test"]