-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
41 lines (37 loc) · 1.31 KB
/
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
33
34
35
36
37
38
39
40
41
name = "Folds"
uuid = "41a02a25-b8f0-4f67-bc48-60067656b558"
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
version = "0.2.9-DEV"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Baselet = "9718e550-a3fa-408a-8086-8db961cd8217"
DefineSingletons = "244e2a9f-e319-4986-a169-4d1fe445cd52"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ExternalDocstrings = "e189563c-0753-4f5e-ad5c-be4293c83fb4"
InitialValues = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
MicroCollections = "128add7d-3638-4c79-886c-908ea0c25c34"
Referenceables = "42d2dcc6-99eb-4e98-b66c-637b7d73030e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ThreadedScans = "24d252fe-5d94-4a69-83ea-56a14333d47a"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
[compat]
Accessors = "0.1.1"
BangBang = "0.3.30"
Baselet = "0.1"
DefineSingletons = "0.1.1"
ExternalDocstrings = "0.1"
InitialValues = "0.2.10, 0.3"
MicroCollections = "0.1.0"
Referenceables = "0.1.2"
Requires = "0.5, 1.0"
ThreadedScans = "0.1"
Transducers = "0.4.35"
julia = "1.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "Test"]