-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 846 Bytes
/
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
name = "DuckDispatch"
uuid = "d0bffa9f-dd89-4e62-9d7d-6ff335571524"
authors = ["Micah Rufsvold"]
version = "0.0.1"
[deps]
ExproniconLite = "55351af7-c7e9-48d6-89ff-24e801d99491"
SumTypes = "8e1ec7a9-0e02-4297-b0fe-6433085c89f2"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
[compat]
Aqua = "0.8"
ExproniconLite = "0.10"
JET = "0.8"
JuliaFormatter = "1"
SumTypes = "0.5"
Test = "1.6"
TestItemRunner = "0.2"
TestItems = "0.1"
Tricks = "0.1"
julia = "1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "JET", "Test", "TestItemRunner", "JuliaFormatter"]