-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
48 lines (44 loc) · 1.42 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
name = "Asciicast"
uuid = "2600d445-abca-43b9-92aa-ce144ac0b05b"
authors = ["Eric Hanson <5846501+ericphanson@users.noreply.github.com> and contributors"]
version = "0.1.3"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MarkdownAST = "d0879d2d-cac2-40c8-9cee-1863dc0c7391"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
agg_jll = "5233c530-8ff5-54e9-96dc-9768cc911b78"
pandoc_jll = "c5432543-76ad-5c9d-82bf-db097047a5e2"
[compat]
Aqua = "0.8"
Base64 = "<0.0.1,1"
Dates = "<0.0.1,1"
Documenter = "1"
JSON3 = "1.9"
LinearAlgebra = "<0.0.1,1"
Logging = "<0.0.1,1"
MarkdownAST = "0.1.2"
Pkg = "<0.0.1,1"
ProgressMeter = "1.9"
REPL = "<0.0.1,1"
Random = "<0.0.1,1"
StructTypes = "1.7"
Test = "<0.0.1,1"
UUIDs = "<0.0.1,1"
agg_jll = "1.4.3"
julia = "1.8"
pandoc_jll = "3.1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "LinearAlgebra", "Pkg", "ProgressMeter", "Test"]