Revision 91b127120cb7a42106c81777fa0accdc72bef405 authored by Dmitry Kaysin on 01 March 2019, 11:01:34 UTC, committed by Fredrik Ekre on 01 March 2019, 11:01:34 UTC
1 parent 8639dc1
Raw File
Project.toml
name = "SparseArrays"
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Dates", "Test", "InteractiveUtils"]
back to top