-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
62 lines (59 loc) · 2.15 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
57
58
59
60
61
62
name = "Pollen"
uuid = "c88717ad-5130-4874-a664-5a9aba5ec443"
authors = ["Lorenz Ohly <[email protected]> and contributors"]
version = "0.1.0"
[deps]
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
CommonMark = "a80b9123-70ca-4bc0-993e-6e3bcb318db6"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Gumbo = "708ec375-b3d6-5a57-a7ce-8257bf98657a"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
InlineTest = "bd334432-b1e7-49c7-a2dc-dd9149e4ebd6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
ModuleInfo = "3c3ff5e7-c68c-4a09-80d1-9526a1e9878a"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PkgTemplates = "14b8a8f1-9102-5b29-a752-f990bacb7fe1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
ANSIColoredPrinters = "0.0"
AbstractTrees = "0.3, 0.4"
CSTParser = "3"
CommonMark = "0.8"
Crayons = "4"
DataFrames = "1.3"
DataStructures = "0.18"
FilePathsBase = "0.9"
Git = "1"
Graphs = "1"
Gumbo = "0.8"
IOCapture = "0.2"
InlineTest = "0.2"
JSON3 = "1.9"
JuliaSyntax = "0.2"
LiveServer = "0.7, 0.8"
ModuleInfo = "0.1"
julia = "1"
[pollen]
title = "Pollen.jl"