Revision 5c6463982ec4604ac516bd8f2a702aff6ec094af authored by Alex Arslan on 06 August 2018, 23:07:44 UTC, committed by GitHub on 06 August 2018, 23:07:44 UTC
2 parent s 78540cb + a4ab298
Raw File
Project.toml
name = "Random"
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[deps]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"

[targets]
test = ["Test", "SparseArrays", "LinearAlgebra", "Future"]
back to top