-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1.07 KB
/
Project.toml
File metadata and controls
36 lines (32 loc) · 1.07 KB
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
name = "GraphCombinations"
uuid = "d653b97f-30d3-4d96-b482-58626fc91258"
authors = ["Orjan Ameye <orjan.ameye@hotmail.com"]
version = "0.1.0"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
Multigraphs = "7ebac608-6c66-46e6-9856-b5f43e107bac"
[compat]
Aqua = "0.8.11"
CheckConcreteStructs = "0.1"
Combinatorics = "1"
Documenter = "1.10"
DocStringExtensions = "0.9"
ExplicitImports = "1.11"
Graphs = "1.12"
Multigraphs = "0.3"
JET = "0.9.18, 0.10"
Memoization = "0.2"
Test = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CheckConcreteStructs = "73c92db5-9da6-4938-911a-6443a7e94a58"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["JET", "CheckConcreteStructs", "ExplicitImports", "Test", "Aqua", "Documenter"]