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 014b41a commit 5e3beceCopy full SHA for 5e3bece
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", features = ["object_store"] }
+stac = { version = "0.9.0", path = "../core" }
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