-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathProject.toml
38 lines (34 loc) · 1.21 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
name = "PDFIO"
uuid = "4d0d745f-9d9a-592e-8d18-1ad8a0f42b92"
authors = ["Sambit Kumar Dash<[email protected]> "]
version = "0.1.15"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
AdobeGlyphList = "715cd884-8f22-55db-b077-449d1f7eef73"
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LabelNumerals = "2e475f56-4567-5c41-94ff-3f69a29378f9"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Rectangle = "9a9db56c-8f71-5460-add5-cb450131785e"
RomanNumerals = "37834d88-8936-577c-80c9-1066ecf66832"
Zlib_jll = "83775a58-1f1d-513f-b197-d71354ab007a"
[compat]
AbstractTrees = "0.4"
AdobeGlyphList = "0.1"
BinDeps = "1.0"
julia = "1.10"
LabelNumerals = "0.1"
OpenSSL_jll = "3"
Rectangle = "0.1"
RomanNumerals = "0.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
[targets]
test = ["Test", "ZipFile", "Downloads"]