mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
17 lines
288 B
TOML
17 lines
288 B
TOML
[workspace]
|
|
members = [
|
|
"rust/vectordb",
|
|
"rust/ffi/node"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
lance = "=0.5.8"
|
|
arrow-array = "42.0"
|
|
arrow-data = "42.0"
|
|
arrow-schema = "42.0"
|
|
arrow-ipc = "42.0"
|
|
half = { "version" = "2.2.1", default-features = false }
|
|
object_store = "0.6.1"
|
|
|