Skip to content

Commit 791cba9

Browse files
committed
replace REQUIRE by Project.toml
1 parent e0cc9c1 commit 791cba9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
2+
name = "RandomExtensions"
3+
uuid = "fb686558-2515-59ef-acaa-46db3789a887"
4+
version = "0.2.0"
5+
6+
[deps]
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+
9+
[extras]
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12+
13+
[targets]
14+
test = ["Test", "SparseArrays"]
15+
16+
[compat]
17+
julia = "1"

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)