-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (35 loc) · 1.06 KB
/
Project.toml
File metadata and controls
39 lines (35 loc) · 1.06 KB
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
name = "JSOBenchmarks"
uuid = "9410e2bb-e8e7-4fa0-9768-685b196f59b5"
authors = ["Dominique Orban <dominique.orban@gmail.com>"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a"
[compat]
BenchmarkTools = "1.3"
DataFrames = "1.3"
DocStringExtensions = "0.9"
Git = "1.3"
GitHub = "5.9"
JLD2 = "0.4,0.5"
JSON = "0.21"
LibGit2 = "1.11.0"
Pkg = "1.9"
PkgBenchmark = "0.2"
Plots = "1.39"
SolverBenchmark = "0.5,0.6"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]