Skip to content

Commit da20219

Browse files
authored
Merge pull request #286 from JuliaIO/kms/project-toml
Switch from REQUIRE to Project.toml
2 parents 6a4f664 + fff72eb commit da20219

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

Manifest.toml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Base64]]
4+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5+
6+
[[Dates]]
7+
deps = ["Printf"]
8+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
9+
10+
[[Distributed]]
11+
deps = ["Random", "Serialization", "Sockets"]
12+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
13+
14+
[[InteractiveUtils]]
15+
deps = ["Markdown"]
16+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
17+
18+
[[Logging]]
19+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
20+
21+
[[Markdown]]
22+
deps = ["Base64"]
23+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
24+
25+
[[Mmap]]
26+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
27+
28+
[[Printf]]
29+
deps = ["Unicode"]
30+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
31+
32+
[[Random]]
33+
deps = ["Serialization"]
34+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
35+
36+
[[Serialization]]
37+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
38+
39+
[[Sockets]]
40+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
41+
42+
[[Test]]
43+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
44+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
45+
46+
[[Unicode]]
47+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "JSON"
2+
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
3+
4+
[deps]
5+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
6+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
7+
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
8+
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
9+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)