[package] name = "queryd" version = "0.1.0" edition = "2024" [dependencies] shared = { path = "../shared" } catalogd = { path = "../catalogd" } storaged = { path = "../storaged" } tokio = { workspace = true } axum = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } tracing = { workspace = true } datafusion = { workspace = true } object_store = { workspace = true } arrow = { workspace = true } bytes = { workspace = true } futures = { workspace = true } url = { workspace = true }