-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
37 lines (33 loc) · 1.2 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
name = "ThreadsX"
uuid = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
authors = ["Takafumi Arakaki <[email protected]>"]
version = "0.1.11-DEV"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
InitialValues = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
MicroCollections = "128add7d-3638-4c79-886c-908ea0c25c34"
Referenceables = "42d2dcc6-99eb-4e98-b66c-637b7d73030e"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SplittablesBase = "171d559e-b47b-412a-8079-5efa626c420e"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
[compat]
ArgCheck = "1.0, 2.0"
BangBang = "0.3.17"
ConstructionBase = "0.1.0, 1.0"
InitialValues = "0.2, 0.3"
MicroCollections = "0.1"
Referenceables = "0.1"
Setfield = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1"
SplittablesBase = "0.1.8"
Transducers = "0.4.52"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "OnlineStats", "Test", "Random"]