-
Notifications
You must be signed in to change notification settings - Fork 24
/
Project.toml
39 lines (35 loc) · 1.09 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
35
36
37
38
39
name = "LocalCoverage"
uuid = "5f6e1e16-694c-5876-87ef-16b5274f298e"
authors = ["Tamas K. Papp <[email protected]>"]
version = "0.8.2"
[deps]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
CoverageTools = "c36e975a-824b-4404-a568-ef97ca766997"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
Coverage = "1.6"
CoverageTools = "1"
Dates = "1.6"
DefaultApplication = "1"
DocStringExtensions = "0.8, 0.9"
EzXML = "1"
FileCmp = "1"
LibGit2 = "1.6"
OrderedCollections = "1"
Pkg = "1.6"
PrettyTables = "0.12, 1.0, 2"
UnPack = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
FileCmp = "343a5541-a696-4ae7-8102-bc61c09e1896"
[targets]
test = ["Test","FileCmp"]