-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
55 lines (50 loc) · 1.52 KB
/
Copy pathProject.toml
File metadata and controls
55 lines (50 loc) · 1.52 KB
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
name = "Accord"
uuid = "e32180e5-4c2f-49c0-8021-11dfb7fed3fc"
version = "0.3.0"
authors = ["Manelsen"]
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Opus_jll = "91d4177d-7536-5919-b921-800302f37372"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
libsodium_jll = "a9144af2-ca23-56d9-984f-0d03f7b5ccf8"
[compat]
AbbreviatedStackTraces = "0.1"
Aqua = "0.8"
CodecZlib = "0.7"
Comonicon = "1.0.8"
Dates = "1"
HTTP = "1"
JET = "0.9, 0.10, 0.11"
JSON3 = "1"
LRUCache = "1"
Logging = "1"
Opus_jll = "1"
Pkg = "1.12.1"
PrecompileTools = "1"
ReTestItems = "1"
Sockets = "1"
StructTypes = "1"
Test = "1"
UUIDs = "1.11.0"
julia = "1.11"
libsodium_jll = "1"
[comonicon.bin]
accord = "Accord.AccordCLI.command_main"
[extras]
AbbreviatedStackTraces = "ac637c84-cc71-43bf-9c33-c1b4316be3d4"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "JET", "Test", "AbbreviatedStackTraces", "ReTestItems"]