-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
35 lines (31 loc) · 965 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
33
34
35
name = "EDM4hep"
uuid = "eb32b910-dde9-4347-8fce-cd6be3498f0c"
authors = ["Pere Mato <[email protected]>"]
version = "1.0.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Corpuscles = "e78a0372-c628-4773-9c8d-eb17d149bf93"
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
UnROOT = "3cd96dde-e98d-4713-81e9-a4a1b0235ce9"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
Accessors = "0.1"
Corpuscles = "2"
FHist = "0.11"
Graphs = "1"
PrettyTables = "2"
StaticArrays = "1.9"
StructArrays = "0.6"
UnROOT = "0.10"
YAML = "0.4"
julia = "1"
[extras]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Accessors", "Test"]