-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathProject.toml
29 lines (26 loc) · 1.07 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
name = "Julia2Nix"
uuid = "959efae9-d930-411d-bc19-361dc384df77"
authors = ["JuliaCN", "colinxs <[email protected]>", "contributors"]
version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CodecBase = "6c391c72-fb7b-5838-ba82-7cfb1bcfecbf"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[extras]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
[targets]
test = ["JuliaFormatter", "LibGit2", "Test"]