-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (35 loc) · 1.01 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
name = "SearchablePDFs"
uuid = "78c8a9bf-03de-4425-87c3-987af89136f6"
authors = ["Eric P. Hanson"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DocOpt = "968ba79b-81e4-546f-ab3a-2eecfa62a9db"
OutputCollectors = "6c11c7d4-943b-4e2b-80de-f2cfc2930a8c"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Poppler_jll = "9c32591e-4766-534b-9725-b71a8799265b"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Tesseract_jll = "efd95c89-babc-5260-8753-618084eaf9d7"
[compat]
Aqua = "0.8"
CSV = "0.10"
DocOpt = "0.5.0"
OutputCollectors = "0.1.1"
Pkg = "1"
Poppler_jll = "21.9"
PrecompileTools = "1.2.1"
ProgressMeter = "1.5"
Random = "1"
Scratch = "1"
Tesseract_jll = "4.1.100"
Test = "1"
julia = "1.10"
[apps.searchable-pdf]
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]