-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
34 lines (30 loc) · 937 Bytes
/
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
name = "Pandoc"
uuid = "f853b5e0-b243-11e9-0043-7da5023c5ee7"
authors = ["Dheepak Krishnamurthy <[email protected]>"]
version = "0.4.4"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
InlineTest = "bd334432-b1e7-49c7-a2dc-dd9149e4ebd6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ReTest = "e0db7c4e-2690-44b9-bad6-7687da720f89"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
pandoc_jll = "c5432543-76ad-5c9d-82bf-db097047a5e2"
[compat]
DataStructures = "0.18"
DocStringExtensions = "0.9"
EnumX = "1"
FilePathsBase = "0.9"
InlineTest = "0.2"
JSON3 = "1"
ReTest = "0.3"
StructTypes = "1"
julia = "1.6"
pandoc_jll = "3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]