-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 632 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 632 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
name = "MuladdMacro"
uuid = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
version = "0.2.4"
[deps]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[compat]
AllocCheck = "0.2"
Aqua = "0.8.4"
ExplicitImports = "1.14.0"
JET = "0.9.8, 0.10, 0.11.2"
PrecompileTools = "1"
Test = "1.0.0"
julia = "1.10"
[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AllocCheck", "Aqua", "ExplicitImports", "JET", "Test"]