File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ bb8-postgres = "0.8.1"
1818bytes = " 1.7"
1919chrono = " 0.4.38"
2020clap = " 4.5"
21- duckdb = " =1.0"
21+ duckdb = " =1.0.0 "
2222fluent-uri = " 0.3.1"
2323futures = " 0.3.31"
2424gdal = " 0.17.1"
@@ -29,6 +29,7 @@ geoarrow = "0.3.0"
2929geojson = " 0.24.1"
3030http = " 1.1"
3131jsonschema = { version = " 0.22.3" , default-features = false }
32+ libduckdb-sys = " =1.0.0"
3233log = " 0.4.22"
3334mime = " 0.3.17"
3435mockito = " 1.5"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ categories = ["science", "data-structures"]
1313[dependencies ]
1414arrow = { workspace = true }
1515duckdb = { workspace = true }
16+ libduckdb-sys = { workspace = true }
1617geoarrow = { workspace = true }
1718parquet = { workspace = true }
1819stac = { workspace = true , features = [" geoarrow" ] }
Original file line number Diff line number Diff line change 55use arrow:: array:: RecordBatch ;
66use duckdb:: { types:: Value , Connection } ;
77use geoarrow:: table:: Table ;
8+ use libduckdb_sys as _;
89use stac_api:: { Direction , Search } ;
910use std:: {
1011 collections:: { HashMap , HashSet } ,
You can’t perform that action at this time.
0 commit comments