-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathProject.toml
29 lines (25 loc) · 877 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
name = "FlameGraphs"
uuid = "08572546-2f56-4bcf-ba4e-bab62c3a3f89"
authors = ["Tim Holy <[email protected]>"]
version = "0.2.10"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
LeftChildRightSiblingTrees = "1d6d02ad-be62-4b6b-8a6d-2f90e265016e"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
[compat]
AbstractTrees = "0.3"
Colors = "0.9, 0.10, 0.11, 0.12"
FileIO = "1.6"
FixedPointNumbers = "0.6.1, 0.7, 0.8"
IndirectArrays = "0.5, 1.0"
LeftChildRightSiblingTrees = "0.1.1"
julia = "1"
[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["InteractiveUtils", "Test"]