forked from aviatesk/JET.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
32 lines (28 loc) · 1023 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
authors = ["Shuhei Kadowaki <aviatesk@gmail.com>"]
name = "JET"
uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
version = "0.7.9"
[compat]
JuliaInterpreter = "0.9"
LoweredCodeUtils = "2.2"
MacroTools = "0.5.6"
Revise = "3.3"
SnoopPrecompile = "1"
julia = "1.8.1"
[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
LoweredCodeUtils = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["BenchmarkTools", "Libdl", "Logging", "Random", "Test"]