-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (27 loc) · 910 Bytes
/
Project.toml
File metadata and controls
29 lines (27 loc) · 910 Bytes
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
name = "LocalCoverage"
uuid = "5f6e1e16-694c-5876-87ef-16b5274f298e"
authors = ["Tamas K. Papp <tkpapp@gmail.com>"]
version = "0.8.5"
[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"
[compat]
Coverage = "1.6"
CoverageTools = "1"
Dates = "1.10"
DefaultApplication = "1"
DocStringExtensions = "0.8, 0.9"
EzXML = "1"
LibGit2 = "1.10"
OrderedCollections = "1"
Pkg = "1.10"
PrettyTables = "0.12, 1.0, 2, 3.0.11"
julia = "1.10"