@@ -7,7 +7,6 @@ members = [
77 " vortex-array" ,
88 " vortex-btrblocks" ,
99 " vortex-buffer" ,
10- " vortex-common" ,
1110 " vortex-datafusion" ,
1211 " vortex-dtype" ,
1312 " vortex-duckdb" ,
@@ -27,6 +26,7 @@ members = [
2726 " vortex-python" ,
2827 " vortex-scalar" ,
2928 " vortex-tui" ,
29+ " vortex-utils" ,
3030 " xtask" ,
3131]
3232exclude = [" duckdb-vortex/duckdb-rs" , " wasm-test" ]
@@ -180,7 +180,6 @@ vortex-array = { version = "0.1.0", path = "./vortex-array", default-features =
180180vortex-btrblocks = { version = " 0.1.0" , path = " ./vortex-btrblocks" , default-features = false }
181181vortex-buffer = { version = " 0.1.0" , path = " ./vortex-buffer" , default-features = false }
182182vortex-bytebool = { version = " 0.1.0" , path = " ./encodings/bytebool" , default-features = false }
183- vortex-common = { version = " 0.1.0" , path = " ./vortex-common" , default-features = false }
184183vortex-datafusion = { version = " 0.1.0" , path = " ./vortex-datafusion" , default-features = false }
185184vortex-datetime-parts = { version = " 0.1.0" , path = " ./encodings/datetime-parts" , default-features = false }
186185vortex-decimal-byte-parts = { version = " 0.1.0" , path = " encodings/decimal-byte-parts" , default-features = false }
@@ -203,6 +202,7 @@ vortex-scalar = { version = "0.1.0", path = "./vortex-scalar", default-features
203202vortex-sequence = { version = " 0.1.0" , path = " encodings/sequence" , default-features = false }
204203vortex-sparse = { version = " 0.1.0" , path = " ./encodings/sparse" , default-features = false }
205204vortex-tui = { version = " 0.1.0" , path = " ./vortex-tui" , default-features = false }
205+ vortex-utils = { version = " 0.1.0" , path = " ./vortex-utils" , default-features = false }
206206vortex-zigzag = { version = " 0.1.0" , path = " ./encodings/zigzag" , default-features = false }
207207# END crates published by this project
208208
0 commit comments