forked from JuliaFolds2/ChunkSplitters.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
28 lines (24 loc) · 837 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
name = "ChunkSplitters"
uuid = "ae650224-84b6-46f8-82ea-d812ca08434e"
authors = ["Leandro Martinez <[email protected]>, Carsten Bauer <[email protected]>, and contributors"]
version = "3.1.1-DEV"
[deps]
[compat]
Aqua = "0.8.5"
BenchmarkTools = "1"
Documenter = "1"
OffsetArrays = "1"
Test = "1.6"
TestItemRunner = "1"
TestItems = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[targets]
test = ["Test", "TestItemRunner", "TestItems", "OffsetArrays", "Aqua", "Documenter", "BenchmarkTools"]