-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathProject.toml
56 lines (50 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name = "Publish"
uuid = "f065f642-d108-4f50-8aa5-6749150a895a"
authors = ["Michael Hatherly <[email protected]>"]
version = "0.10.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CommonMark = "a80b9123-70ca-4bc0-993e-6e3bcb318db6"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
FileTrees = "72696420-646e-6120-6e77-6f6420746567"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Tectonic = "9ac5f52a-99c6-489f-af81-462ef484790f"
[compat]
CommonMark = "0.7, 0.8"
DataStructures = "0.17, 0.18"
FilePathsBase = "0.9"
FileTrees = "0.1, 0.2, 0.3"
HTTP = "0.8, 0.9"
IOCapture = "0.2"
IterTools = "1.3"
JSON = "0.20, 0.21"
LiveServer = "0.5, 0.6, 0.7"
Mustache = "1"
PrettyTables = "1"
RelocatableFolders = "0.1, 0.2, 1"
Requires = "1"
TOML = "1.0"
Tectonic = "0.8"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[publish]
keywords = ["documentation"]
ignore = ["^(gh-pages|juliamnt|julia.dmg)$"]
title = "Publish.jl"
[publish.tectonic]
args = ["-w", "https://ttassets.z13.web.core.windows.net/tlextras-2020.0r0.tar"]
[targets]
test = ["Test"]