Skip to content

Commit 0985be7

Browse files
move to Project.toml
1 parent 29079ab commit 0985be7

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.jl.*.cov
33
*.jl.mem
44
deps/deps.jl
5+
Manifest.toml

Project.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "ArrayInterface"
2+
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3+
version = "0.2.0"
4+
5+
[deps]
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
8+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
9+
10+
[compat]
11+
julia = "1"
12+
13+
[extras]
14+
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
15+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17+
18+
[targets]
19+
test = ["Test", "LabelledArrays", "StaticArrays"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)