-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (34 loc) · 1011 Bytes
/
Project.toml
File metadata and controls
40 lines (34 loc) · 1011 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "DistributedNext"
uuid = "fab6aee4-877b-4bac-a744-3eca44acbb6f"
version = "1.3.1"
[deps]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[weakdeps]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
[extensions]
ReviseExt = "Revise"
[compat]
Aqua = "0.8"
Distributed = "1"
LibSSH = "0.7"
LinearAlgebra = "1"
PrecompileTools = "1"
Random = "1"
Revise = "3.7.0"
ScopedValues = "1.6.0"
Serialization = "1"
Sockets = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LibSSH = "00483490-30f8-4353-8aba-35b82f51f4d0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Distributed", "LibSSH", "LinearAlgebra", "Revise", "Test"]