-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
54 lines (50 loc) · 1.63 KB
/
Copy pathProject.toml
File metadata and controls
54 lines (50 loc) · 1.63 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
name = "CopyAndPatch"
uuid = "02537dc1-634c-4c89-8c69-618d836b5e10"
version = "0.1.0"
authors = ["Florian Atteneder"]
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"
Compiler = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Inflate = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LLVM_jll = "86de99a1-58d6-5da7-8064-bd56ce2e322c"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Libffi_jll = "e9f186c6-92d2-5b65-8a66-fee21dc1b490"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[compat]
Artifacts = "1.11.0"
Downloads = "1.7.0"
Inflate = "0.1.5"
InteractiveUtils = "1.11.0"
JSON = "0.21.4"
Libdl = "1.11.0"
Libffi_jll = "3.4.6"
Logging = "1.11.0"
Mmap = "1.11.0"
Preferences = "1.5.0"
Printf = "1.11.0"
REPL = "1.11.0"
Random = "1.11.0"
SHA = "0.7.0"
Scratch = "1.3.0"
TOML = "1.0.3"
Tar = "1.10.0"
Test = "1.11.0"
[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "Libdl", "InteractiveUtils"]