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 5e3bece commit a48432dCopy full SHA for a48432d
cli/Cargo.toml
@@ -31,7 +31,7 @@ pyo3 = { version = "0.22", optional = true }
31
reqwest = "0.12"
32
serde = "1"
33
serde_json = "1"
34
-stac = { version = "0.9.0", path = "../core" }
+stac = { version = "0.9.0", path = "../core", features = ["reqwest"] }
35
stac-api = { version = "0.5.0", path = "../api", features = ["client"] }
36
stac-duckdb = { version = "0.0.1", path = "../duckdb", optional = true }
37
stac-server = { version = "0.2.0", path = "../server", features = ["axum"] }
0 commit comments