Skip to content

Commit

Permalink
add Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Dec 17, 2019
1 parent 6dcf489 commit 190540b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "IndirectArrays"
uuid = "9b13fd28-a010-5f03-acff-a1bbcff69959"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

[compat]
Compat = "0.53"
FixedPointNumbers = "0.3"
julia = "0.7.0, 1"

[extras]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "MappedArrays", "Colors", "FixedPointNumbers"]

0 comments on commit 190540b

Please sign in to comment.