We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422dade commit 000c1b3Copy full SHA for 000c1b3
Project.toml
@@ -7,10 +7,15 @@ CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
7
GEOS_jll = "d604d12d-fa86-5845-992e-78dc15976526"
8
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
9
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
10
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
12
[compat]
13
CEnum = "0.2.0"
14
GEOS_jll = "3.8.0"
15
GeoInterface = "0.4.0"
16
julia = "1.3.0"
+
17
+[extras]
18
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
20
+[targets]
21
+test = ["Test"]
0 commit comments