-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
38 lines (34 loc) · 1.15 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
name = "TypeClasses"
uuid = "addcc920-e0cf-11e8-30b7-0fb08706b574"
authors = ["Stephan Sahm <[email protected]> and contributors"]
version = "1.1.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataTypesBasic = "83eed652-29e8-11e9-12da-a7c29d64ffc9"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ExprParsers = "c5caad1f-83bd-4ce8-ac8e-4b29921e994e"
Monadic = "4a6f0533-cc52-4fcf-a409-c6c05775ac80"
ProxyInterfaces = "9b3bf0c4-f070-48bc-ae01-f2584e9c23bc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
[compat]
Compat = "2.1, 3, 4"
DataTypesBasic = "1.0, 2"
ExprParsers = "1.0"
julia = "1.6"
Monadic = "1.0"
ProxyInterfaces = "1.0"
Reexport = "0.2, 1"
Requires = "1"
Revise = "3.1"
StructEquality = "2.0"
Suppressor = "0.2"
[extras]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Dictionaries", "Documenter", "Test"]