-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
32 lines (30 loc) · 990 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
29
30
31
32
name = "WhereTraits"
uuid = "c9d4e05b-6318-49cb-9b56-e0e2b0ceadd8"
authors = ["Sahm Stephan <[email protected]>"]
version = "1.1.2"
[deps]
DataTypesBasic = "83eed652-29e8-11e9-12da-a7c29d64ffc9"
ExprParsers = "c5caad1f-83bd-4ce8-ac8e-4b29921e994e"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
ProxyInterfaces = "9b3bf0c4-f070-48bc-ae01-f2584e9c23bc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SimpleMatch = "a3ae8450-d22f-11e9-3fe0-77240e25996f"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
[compat]
DataTypesBasic = "1, 2"
ExprParsers = "1"
Graphs = "1"
IterTools = "1"
MetaGraphs = "0.7"
Pipe = "1"
ProxyInterfaces = "1"
Reexport = "1"
Setfield = "0.7, 0.8, 1"
SimpleMatch = "1"
StructEquality = "2"
julia = "1.6"