Skip to content

Commit a7df254

Browse files
committed
Update Manifest
1 parent 1796f8b commit a7df254

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

Manifest.toml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Base64]]
4+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5+
6+
[[Distributed]]
7+
deps = ["Random", "Serialization", "Sockets"]
8+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
9+
10+
[[InteractiveUtils]]
11+
deps = ["Markdown"]
12+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
13+
14+
[[Libdl]]
15+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
16+
17+
[[LinearAlgebra]]
18+
deps = ["Libdl"]
19+
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
20+
21+
[[Logging]]
22+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
23+
24+
[[Markdown]]
25+
deps = ["Base64"]
26+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
27+
28+
[[Random]]
29+
deps = ["Serialization"]
30+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
31+
32+
[[Requires]]
33+
deps = ["Test"]
34+
git-tree-sha1 = "f6fbf4ba64d295e146e49e021207993b6b48c7d1"
35+
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
36+
version = "0.5.2"
37+
38+
[[Serialization]]
39+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
40+
41+
[[Sockets]]
42+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
43+
44+
[[Test]]
45+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
46+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)