-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (26 loc) · 747 Bytes
/
Project.toml
File metadata and controls
31 lines (26 loc) · 747 Bytes
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
name = "Parsers"
uuid = "2bf889ff-109e-5fa9-9ba3-339ee07cbe67"
authors = ["quinnj <quinn.jacobd@gmail.com>"]
version = "2.8.3"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
PrecompileTools = "32931bc0-5014-5544-84d5-53636ff9f6c5"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[extras]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
[compat]
Dates = "1.6"
PrecompileTools = "1"
Serialization = "1"
julia = "1.6"
Test = "1"
Aqua = "0.8"
UUIDs = "1.6"
[targets]
test = ["Aqua", "Serialization", "Test"]
[sources.PrecompileTools]
subdir = "vendor/PrecompileTools"
rev = "releases/2025-11-28"
url = "https://github.com/aviatesk/JETLS.jl"