Skip to content
Merged
4 changes: 3 additions & 1 deletion ballista/rust/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ sled = ["sled_package", "tokio-stream"]

[dependencies]
anyhow = "1"
arrow-flight = { version = "18.0.0", features = ["flight-sql-experimental"] }
async-recursion = "1.0.0"
async-trait = "0.1.41"
ballista-core = { path = "../core", version = "0.7.0" }
Expand All @@ -45,6 +46,7 @@ datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "6a5de4
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "6a5de4fe08597896ab6375e3e4b76c5744dcfba7" }
env_logger = "0.9"
etcd-client = { version = "0.9", optional = true }
flatbuffers = { version = "2.1.2" }
futures = "0.3"
http = "0.2"
http-body = "0.4"
Expand All @@ -61,11 +63,11 @@ tokio = { version = "1.0", features = ["full"] }
tokio-stream = { version = "0.1", features = ["net"], optional = true }
tonic = "0.7"
tower = { version = "0.4" }
uuid = { version = "1.0", features = ["v4"] }
warp = "0.3"

[dev-dependencies]
ballista-core = { path = "../core", version = "0.7.0" }
uuid = { version = "1.0", features = ["v4"] }

[build-dependencies]
configure_me_codegen = "0.4.1"
Expand Down
Loading