Skip to content

Commit 7e00842

Browse files
committed
update Project.toml
1 parent 2a36f67 commit 7e00842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["SimonDanisch <[email protected]>"]
44
version = "0.1.2"
55

66
[deps]
7-
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
87
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
98
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
109
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
@@ -14,7 +13,8 @@ julia = ">= 1.1"
1413

1514
[extras]
1615
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
16+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818

1919
[targets]
20-
test = ["Test", "Query"]
20+
test = ["Test", "Query", "Random"]

0 commit comments

Comments
 (0)