-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
42 lines (36 loc) · 1.06 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
40
41
42
name = "ResearchSoftwareMetadata"
uuid = "58378933-4625-47fa-851e-05ee27d397bd"
license = "BSD-2-Clause"
authors = ["Richard Reeve <[email protected]>"]
version = "0.1.4"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DataStructures = "0.16,0.17,0.18"
Dates = "1.6"
Git = "1"
HTTP = "0.9,1"
JSON = "0.21"
Logging = "1"
TOML = "1"
YAML = "0.4"
julia = "1.6.7"
[[author_details]]
name = "Richard Reeve"
orcid = "0000-0003-2589-8091"
email = "[email protected]"
[[author_details.affiliation]]
ror = "00vtgdb53"
[extras]
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Git", "Logging", "TOML"]