-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (28 loc) · 978 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
name = "TestTools"
uuid = "a8cb73c1-6ac8-4a70-8c57-09fe1bc7c59b"
authors = ["Kevin Chu <kevin@velexi.com> and contributors"]
version = "0.6.3"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
CoverageTools = "c36e975a-824b-4404-a568-ef97ca766997"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ArgParse = "1"
Coverage = "1"
CoverageTools = "1"
DeepDiffs = "1"
JuliaFormatter = "1"
OrderedCollections = "1"
Suppressor = "0.2"
TOML = "1"
julia = "1.6"