-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
44 lines (38 loc) · 1.44 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
39
40
41
42
43
44
name = "InteractiveErrors"
uuid = "6cff3a6f-7015-4b3b-b269-4b312a73b9bf"
authors = ["Michael Hatherly <[email protected]>"]
version = "1.0.1"
[deps]
FoldingTrees = "1eca21be-9b9b-4ed8-839a-6d8ae26b1781"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[weakdeps]
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
[extensions]
InteractiveErrorsCthulhuExt = "Cthulhu"
InteractiveErrorsDebuggerExt = "Debugger"
InteractiveErrorsJETExt = "JET"
InteractiveErrorsJuliaFormatterExt = "JuliaFormatter"
InteractiveErrorsOhMyREPLExt = "OhMyREPL"
[compat]
FoldingTrees = "1.1"
IterTools = "1"
PackageExtensionCompat = "1"
PrecompileTools = "1"
julia = "1.6"
[extras]
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Cthulhu", "Debugger", "JET", "JuliaFormatter", "OhMyREPL"]